Skip to content

Commit

Permalink
Add linux amd64 image for quay (#411)
Browse files Browse the repository at this point in the history
 regression in 246de8a
  • Loading branch information
donatello committed Oct 27, 2023
1 parent 13cee22 commit bc66190
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc66190

Please sign in to comment.