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