Skip to content

Commit

Permalink
release on all (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Thompson <[email protected]>
  • Loading branch information
J-Thompson12 and Justin Thompson authored Jun 9, 2021
1 parent f498a4a commit 0d8e19e
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,39 @@ builds:
- mkdir -p ./pkg/flux/bin
- mv ./flux ./pkg/flux/bin/flux
- rm flux-tar.gz
id: linux
id: linux-amd64
goos:
- linux
goarch:
- amd64
goarm:
- 7
- <<: *build_defaults
id: darwin
id: linux-arm64
goos:
- linux
goarch:
- arm64
goarm:
- 7
- <<: *build_defaults
id: linux-arm
goos:
- linux
goarch:
- arm
goarm:
- 7
- <<: *build_defaults
id: darwin-amd64
goos:
- darwin
goarch:
- amd64
- <<: *build_defaults
id: darwin-arm64
goos:
- darwin
goarch:
- arm64

0 comments on commit 0d8e19e

Please sign in to comment.