Skip to content

Commit

Permalink
Merge pull request #18 from msherif1234/add_manifest
Browse files Browse the repository at this point in the history
Add manifest
  • Loading branch information
msherif1234 authored May 7, 2024
2 parents 3b65e3d + dedda8f commit a7526b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OCI_BIN ?= $(shell basename ${OCI_BIN_PATH})
# build a single arch target provided as argument
define build_target
echo 'building image for arch $(1)'; \
DOCKER_BUILDKIT=1 $(OCI_BIN) buildx build --load --platform "$(1)" -t ${IMAG}-$(1) -f Dockerfile .;
DOCKER_BUILDKIT=1 $(OCI_BIN) buildx build --load --platform "$(1)" -t ${IMAGE}-$(1) -f Dockerfile .;
endef

# push a single arch target image
Expand Down

0 comments on commit a7526b7

Please sign in to comment.