move goreleaser to helper
This commit is contained in:
parent
a42e60c385
commit
79b541021d
14
helper/.goreleaser.yml
Normal file
14
helper/.goreleaser.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# .goreleaser.yml
|
||||||
|
project_name: dtm
|
||||||
|
builds:
|
||||||
|
- env: [CGO_ENABLED=0]
|
||||||
|
goos:
|
||||||
|
- linux
|
||||||
|
- windows
|
||||||
|
- darwin
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
id: 'dtm'
|
||||||
|
dir: .
|
||||||
|
main: ./app/main
|
||||||
Loading…
x
Reference in New Issue
Block a user