Skip to content

Commit

Permalink
Add missing arch types for image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pantovad authored Aug 30, 2023
1 parent 5a73a96 commit e229bb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ dockers:
- image_templates:
- "minio/sidekick:{{ .Tag }}-amd64"
use: buildx
goarch: amd64
dockerfile: Dockerfile.release
extra_files:
- LICENSE
Expand All @@ -77,6 +78,7 @@ dockers:
- image_templates:
- "minio/sidekick:{{ .Tag }}-ppc64le"
use: buildx
goarch: ppc64le
dockerfile: Dockerfile.release
extra_files:
- LICENSE
Expand All @@ -86,6 +88,7 @@ dockers:
- image_templates:
- "minio/sidekick:{{ .Tag }}-s390x"
use: buildx
goarch: s390x
dockerfile: Dockerfile.release
extra_files:
- LICENSE
Expand Down

0 comments on commit e229bb6

Please sign in to comment.