Skip to content

Commit

Permalink
make: include new externals
Browse files Browse the repository at this point in the history
Include the recently merged container resolver and ostree commit
resolver externals.

Signed-off-by: Simon de Vlieger <[email protected]>
  • Loading branch information
supakeen committed Sep 19, 2024
1 parent bfe5311 commit ff62fc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ external:
for otk_cmd in gen-partition-table \
make-fstab-stage \
make-grub2-inst-stage \
resolve-containers \
resolve-ostree-commit \
make-partition-mounts-devices \
make-partition-stages; do \
GOBIN="$(SRCDIR)/external" go install -tags "$(CONTAINERS_STORAGE_THIN_TAGS)" "$(IMAGES_REF)"/cmd/otk-$${otk_cmd}@main ; \
Expand Down

0 comments on commit ff62fc0

Please sign in to comment.