Skip to content

Commit

Permalink
Fixed Makefile to build multiple arch
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Dec 11, 2024
1 parent 01c7418 commit 2f11f6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ manifest-push: $(BUILDDIR) | buildx-machine
d=""; \
for a in $(MULTI_ARCH); do \
f=$(BUILDDIR)/$(subst /,-,$(REGISTRY_IMAGE))-$$a.metadata.json; \
echo $$f; \
d+="$$(jq -r '.["containerimage.digest"]' $$f) "; \
d="$$d $$(jq -r '.["containerimage.digest"]' $$f)"; \
done; \
docker buildx imagetools create \
--builder=$(MACHINE) \
Expand Down

0 comments on commit 2f11f6c

Please sign in to comment.