From be25127fbf3e70c8c82944858fe0e65035da28de Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Fri, 27 Oct 2023 14:51:07 -0700 Subject: [PATCH] Add linux amd64 image for quay - regression in https://github.com/minio/kes/commit/246de8af1ad93e9d218376c2253cd5008e4548b5 --- .goreleaser.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index bf86328e..8a52156b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -78,6 +78,16 @@ dockers: build_flag_templates: - '--platform=linux/amd64' - '--build-arg=TAG={{ replace .CommitDate ":" "-" }}' +- image_templates: + - quay.io/minio/kes:{{ replace .CommitDate ":" "-" }}-amd64 + use: buildx + dockerfile: Dockerfile + extra_files: + - LICENSE + - CREDITS + build_flag_templates: + - '--platform=linux/amd64' + - '--build-arg=TAG={{ replace .CommitDate ":" "-" }}' - image_templates: - minio/kes:{{ replace .CommitDate ":" "-" }}-arm64 use: buildx