Skip to content

Commit

Permalink
Add arm64 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Piett committed Sep 29, 2023
1 parent a638d02 commit cc2c103
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,17 @@ dockers:
image_templates:
- "admiralpiett/goaws"
- "admiralpiett/goaws:{{ .Tag }}"
- "admiralpiett/goaws:amd64-{{ .Tag }}"
- "admiralpiett/goaws:latest"
extra_files:
- app/conf/goaws.yaml
- goos: linux
goarch: arm64
dockerfile: goreleaser.dockerfile
image_templates:
- "admiralpiett/goaws:arm64-{{ .Tag }}"
extra_files:
- app/conf/goaws.yaml

archives:
- id: archive_names
Expand Down

0 comments on commit cc2c103

Please sign in to comment.