We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d23360 + 9303f29 commit 217a9b5Copy full SHA for 217a9b5
1 file changed
.goreleaser.yml
@@ -95,11 +95,11 @@ dockers:
95
goos: linux
96
goarch: amd64
97
image_templates:
98
- - "ghcr.io/planetscale/ghcommit:{{ .Tag }}"
99
- - "ghcr.io/planetscale/ghcommit:v{{ .Major }}"
100
- - "ghcr.io/planetscale/ghcommit:v{{ .Major }}.{{ .Minor }}"
101
- - "ghcr.io/planetscale/ghcommit:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
102
- - "ghcr.io/planetscale/ghcommit:latest"
+ - "ghcr.io/planetscale/ghcommit:{{ .Tag }}-amd64"
+ - "ghcr.io/planetscale/ghcommit:v{{ .Major }}-amd64"
+ - "ghcr.io/planetscale/ghcommit:v{{ .Major }}.{{ .Minor }}-amd64"
+ - "ghcr.io/planetscale/ghcommit:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}-amd64"
+ - "ghcr.io/planetscale/ghcommit:latest-amd64"
103
# build a docker image for arm64 arch
104
- dockerfile: Dockerfile
105
use: buildx
0 commit comments