Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdk77 committed Feb 14, 2023
1 parent a1c8c3d commit 2f84b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ all: buildx

buildx:
docker buildx build --pull --push \
--platform linux/amd64,linux/arm64 \
--build-arg BUILD_GOOS=linux \
--build-arg BUILD_DATE=${BUILD_DATE} \
--build-arg BUILD_REF=${GIT_SHORT_SHA1} \
Expand Down

0 comments on commit 2f84b95

Please sign in to comment.