Skip to content

Commit

Permalink
goreleaser: id
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasparada committed Nov 10, 2021
1 parent 4ac8f46 commit 7be90b5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
builds:
- main: ./cmd/calyptia
id: calyptia
binary: calyptia
ldflags:
- -s -w -X main.version={{.Version}} -X main.defaultAuth0ClientID={{.Env.AUTH0_CLIENT_ID}}
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm64
targets:
- darwin_amd64
- darwin_arm64
- linux_amd64
- windows_amd64
universal_binaries:
- replace: true

0 comments on commit 7be90b5

Please sign in to comment.