Skip to content

Commit 6f87493

Browse files
authored
Let us TRY once more
1 parent ac8ccab commit 6f87493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ builds:
1919
- windows
2020
- darwin
2121
goarch:
22-
- amd64
23-
- arm
22+
# - amd64
23+
# - arm
2424
- arm64
2525

2626
checksum:
@@ -56,7 +56,7 @@ docker_manifests:
5656
image_templates:
5757
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-amd64"
5858
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-arm64"
59-
- name_template: "ghcr.io/v/{{ .ProjectName }}:latest"
59+
- name_template: "ghcr.io/sudoshell/{{ .ProjectName }}:latest"
6060
image_templates:
6161
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-amd64"
6262
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-arm64"

0 commit comments

Comments
 (0)