Skip to content

Commit

Permalink
Remove arm64 image template from goreleaser configuration
Browse files Browse the repository at this point in the history
This commit removes the arm64 image template from the .goreleaser.yml file. This change implies that an arm64 image will not be built for the nanoproxy-warp software.
  • Loading branch information
ryanbekhen committed May 23, 2024
1 parent 01f6427 commit cdcb938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ docker_manifests:
- name_template: "ghcr.io/ryanbekhen/nanoproxy-warp:{{ .Version }}"
image_templates:
- "ghcr.io/ryanbekhen/nanoproxy-warp:{{ .Version }}-amd64"
- "ghcr.io/ryanbekhen/nanoproxy-warp:{{ .Version }}-arm64"
- name_template: "ghcr.io/ryanbekhen/nanoproxy-warp:latest"
image_templates:
- "ghcr.io/ryanbekhen/nanoproxy-warp:{{ .Version }}-amd64"
Expand Down

0 comments on commit cdcb938

Please sign in to comment.