Skip to content

Commit

Permalink
Let us TRY once more
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe authored Nov 20, 2024
1 parent ac8ccab commit 6f87493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ builds:
- windows
- darwin
goarch:
- amd64
- arm
# - amd64
# - arm
- arm64

checksum:
Expand Down Expand Up @@ -56,7 +56,7 @@ docker_manifests:
image_templates:
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-amd64"
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-arm64"
- name_template: "ghcr.io/v/{{ .ProjectName }}:latest"
- name_template: "ghcr.io/sudoshell/{{ .ProjectName }}:latest"
image_templates:
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-amd64"
- "ghcr.io/sudoshell/{{ .ProjectName }}:{{ .Tag }}-arm64"
Expand Down

0 comments on commit 6f87493

Please sign in to comment.