Skip to content

Commit

Permalink
Fix docker builds a second time
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Mar 24, 2021
1 parent 60dd19a commit ee4d1bd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,21 @@ builds:
goos:
- linux
goarch:
- amd64 # We need a non-pie build for Docker Images
- arm
- 386
goarm:
- 6
- 7

- <<: *build_defaults
flags:
- -buildmode=exe
id: docker
goos:
- linux
goarch:
- amd64

- <<: *build_defaults
id: windows
goos:
Expand Down Expand Up @@ -135,7 +143,7 @@ brews:
dockers:
- ids:
- linux-no-pie
- docker
image_templates:
- "axiomhq/cli:{{ .Major }}"
- "axiomhq/cli:{{ .Major }}.{{ .Minor }}"
Expand Down

0 comments on commit ee4d1bd

Please sign in to comment.