move goreleaser to helper

This commit is contained in:
yedf2 2021-09-03 21:00:03 +08:00
parent a42e60c385
commit 79b541021d

14
helper/.goreleaser.yml Normal file
View 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