Skip to content

Commit

Permalink
arm64-v8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed Dec 5, 2023
1 parent f64cecf commit 303d568
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ builds:
goarch:
- amd64
- arm64
- arm64/v8
env:
- CGO_ENABLED=0

Expand Down Expand Up @@ -35,16 +36,22 @@ 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 303d568

Please sign in to comment.