From c5eedda1cd14737d1a7de2bb3003a0387a90affe Mon Sep 17 00:00:00 2001 From: Min Ni Date: Wed, 23 Nov 2022 14:56:49 -0800 Subject: [PATCH] fix Makefile on branch release-0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ef47649e..947c52540 100644 --- a/Makefile +++ b/Makefile @@ -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