Skip to content

Commit

Permalink
Add goos and goarch to goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
psi committed Jan 12, 2023
1 parent 6355e32 commit 3f06783
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ builds:
ldflags:
- -X github.com/get-bridge/truss-cli/cmd.Version={{.Version}}
binary: truss
goos:
- darwin
- linux
goarch:
- amd64
- arm64
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 3f06783

Please sign in to comment.