Skip to content

Commit

Permalink
Specify build
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Aug 15, 2022
1 parent 428d197 commit 7c10079
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ builds:
dockers:
-
use: 'buildx'
goos: 'linux'
goarch: 'amd64'
image_templates:
- 'ghcr.io/sethvargo/{{ .ProjectName }}:{{ .Major }}-amd64'
- 'ghcr.io/sethvargo/{{ .ProjectName }}:{{ .Major }}.{{ .Minor }}-amd64'
Expand All @@ -49,6 +51,8 @@ dockers:
- '--label=org.opencontainers.image.version={{ .Version }}'
-
use: 'buildx'
goos: 'linux'
goarch: 'arm64'
image_templates:
- 'ghcr.io/sethvargo/{{ .ProjectName }}:{{ .Major }}-arm64'
- 'ghcr.io/sethvargo/{{ .ProjectName }}:{{ .Major }}.{{ .Minor }}-arm64'
Expand Down

0 comments on commit 7c10079

Please sign in to comment.