add goreleaser
This commit is contained in:
14
.goreleaser.yml
Normal file
14
.goreleaser.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
builds:
|
||||
- goos:
|
||||
- linux
|
||||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
archives:
|
||||
- format: binary
|
||||
name_template: "{{ .ProjectName }}_{{ .Os }}"
|
||||
checksum:
|
||||
# goreleaser-pro is required to merge checksums. Multiple runs are
|
||||
# required because Ebitengine only supports crossbuild for Windows
|
||||
# machines
|
||||
disable: true
|
||||
Reference in New Issue
Block a user