Skip to content

Commit

Permalink
docker: fix amd64 bin being included in arm64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Dec 11, 2024
1 parent 5cebcc4 commit c39bc88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ dockers:
- "ghcr.io/autotag-dev/autotag:v{{ .Major }}-amd64" # v1-amd64
- "ghcr.io/autotag-dev/autotag:v{{ .Major }}.{{ .Minor }}-amd64" # v1.0-amd64
- "ghcr.io/autotag-dev/autotag:latest-amd64"
goarch: amd64

- dockerfile: Dockerfile
use: buildx
Expand All @@ -130,6 +131,7 @@ dockers:
- "ghcr.io/autotag-dev/autotag:v{{ .Major }}-arm64" # v1-arm64
- "ghcr.io/autotag-dev/autotag:v{{ .Major }}.{{ .Minor }}-arm64" # v1.0-arm64
- "ghcr.io/autotag-dev/autotag:latest-arm64"
goarch: arm64

# use `docker_manifests` section to create combined multi-arch image manifests:
docker_manifests:
Expand Down

0 comments on commit c39bc88

Please sign in to comment.