We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8ccab commit 6f87493Copy full SHA for 6f87493
.goreleaser.yml
@@ -19,8 +19,8 @@ builds:
19
- windows
20
- darwin
21
goarch:
22
- - amd64
23
- - arm
+ # - amd64
+ # - arm
24
- arm64
25
26
checksum:
@@ -56,7 +56,7 @@ docker_manifests:
56
image_templates:
57
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-amd64"
58
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-arm64"
59
- - name_template: "ghcr.io/v/{{ .ProjectName }}:latest"
+ - name_template: "ghcr.io/sudoshell/{{ .ProjectName }}:latest"
60
61
62
0 commit comments