Skip to content

Commit 501a11c

Browse files
authored
fix Makefile on branch release-0.5 (#520)
1 parent 3aa0700 commit 501a11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ build-all-bins:
8080

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

8686
.PHONY: goreleaser

0 commit comments

Comments
 (0)