mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Add goreleaser.yml Fixes #12
This commit is contained in:
parent
119d0e3d0d
commit
6b0d3ec02c
1 changed files with 22 additions and 0 deletions
22
goreleaser.yml
Normal file
22
goreleaser.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
# .goreleaser.yml
|
||||
# Build customization
|
||||
builds:
|
||||
- binary: croc
|
||||
goos:
|
||||
- windows
|
||||
- darwin
|
||||
- linux
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
- 386
|
||||
goarm:
|
||||
- 6
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
- goos: windows
|
||||
goarch: arm
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue