remove goreleaser
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
builds:
|
|
||||||
- goos:
|
|
||||||
- linux
|
|
||||||
- windows
|
|
||||||
goarch:
|
|
||||||
- amd64
|
|
||||||
archives:
|
|
||||||
- format: binary
|
|
||||||
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
|
||||||
checksum:
|
|
||||||
# goreleaser-pro is required to merge checksums. Multiple runs are
|
|
||||||
# required because Ebitengine only supports crossbuild for Windows
|
|
||||||
# machines
|
|
||||||
disable: true
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
builds:
|
|
||||||
- goos:
|
|
||||||
- darwin
|
|
||||||
goarch:
|
|
||||||
- amd64
|
|
||||||
archives:
|
|
||||||
- format: binary
|
|
||||||
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
|
|
||||||
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