add goreleaser
This commit is contained in:
16
.goreleaser_macos.yml
Normal file
16
.goreleaser_macos.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
builds:
|
||||
- goos:
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
archives:
|
||||
- format: binary
|
||||
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
||||
replacements:
|
||||
darwin: macOS
|
||||
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