Skip to content

Commit

Permalink
removed arm64-v8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed Dec 5, 2023
1 parent 303d568 commit 15411c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,16 @@ dockers:
goos: linux
image_templates:
- 'docker.io/simonmittag/j8a:{{.Tag}}-arm64'
- goarch: arm64/v8
goos: linux
image_templates:
- 'docker.io/simonmittag/j8a:{{.Tag}}-arm64-v8'

docker_manifests:
- name_template: 'docker.io/simonmittag/j8a:{{.Tag}}'
image_templates:
- 'docker.io/simonmittag/j8a:{{.Tag}}-amd64'
- 'docker.io/simonmittag/j8a:{{.Tag}}-arm64'
- 'docker.io/simonmittag/j8a:{{.Tag}}-arm64-v8'
- name_template: 'docker.io/simonmittag/j8a:latest'
image_templates:
- 'docker.io/simonmittag/j8a:{{.Tag}}-amd64'
- 'docker.io/simonmittag/j8a:{{.Tag}}-arm64'
- 'docker.io/simonmittag/j8a:{{.Tag}}-arm64-v8'

checksum:
name_template: 'checksums.txt'

0 comments on commit 15411c4

Please sign in to comment.