Skip to content

Commit

Permalink
fix Makefile on branch release-0.5 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmin-aws authored Nov 28, 2022
1 parent 3aa0700 commit 501a11c
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 @@ -80,7 +80,7 @@ build-all-bins:

.PHONY: image
image:
docker buildx build --output=type=registry --platform linux/amd64,linux/arm64 \
docker buildx build --output=type=docker --platform linux/amd64 \
--tag aws-iam-authenticator:$(VERSION)_$(GIT_COMMIT)_$(BUILD_DATE_STRIPPED) .

.PHONY: goreleaser
Expand Down

0 comments on commit 501a11c

Please sign in to comment.