Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
chnliyong committed Mar 3, 2021
1 parent 093056e commit f2c51bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
@@ -1,11 +1,15 @@
builds:
- env:
- CGO_ENABLED=1
- CGO_ENABLED=0
ldflags:
- -s -w
- -X github.com/juicedata/juicesync/versioninfo.VERSION={{.Version}}
- -X github.com/juicedata/juicesync/versioninfo.REVISION={{.Commit}}
- -X github.com/juicedata/juicesync/versioninfo.REVISIONDATE={{.Date}}
goarch:
- amd64
- arm64
- "386"

archives:
- replacements:
Expand Down

0 comments on commit f2c51bc

Please sign in to comment.