We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa0700 commit 501a11cCopy full SHA for 501a11c
Makefile
@@ -80,7 +80,7 @@ build-all-bins:
80
81
.PHONY: image
82
image:
83
- docker buildx build --output=type=registry --platform linux/amd64,linux/arm64 \
+ docker buildx build --output=type=docker --platform linux/amd64 \
84
--tag aws-iam-authenticator:$(VERSION)_$(GIT_COMMIT)_$(BUILD_DATE_STRIPPED) .
85
86
.PHONY: goreleaser
0 commit comments