Skip to content

Commit

Permalink
derp, more arm disable
Browse files Browse the repository at this point in the history
  • Loading branch information
j0sh3rs committed Aug 28, 2024
1 parent 3880d48 commit 78bb4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ docker_manifests:
- name_template: ghcr.io/j0sh3rs/{{ .ProjectName }}:{{ .Version }}
image_templates:
- ghcr.io/j0sh3rs/{{.ProjectName}}:{{ .Version }}-amd64
- ghcr.io/j0sh3rs/{{.ProjectName}}:{{ .Version }}-arm64
# - ghcr.io/j0sh3rs/{{.ProjectName}}:{{ .Version }}-arm64
- name_template: ghcr.io/j0sh3rs/{{ .ProjectName }}:latest
image_templates:
- ghcr.io/j0sh3rs/{{ .ProjectName }}:{{ .Version }}-amd64
- ghcr.io/j0sh3rs/{{ .ProjectName }}:{{ .Version }}-arm64
# - ghcr.io/j0sh3rs/{{ .ProjectName }}:{{ .Version }}-arm64

0 comments on commit 78bb4d5

Please sign in to comment.