mirror of https://github.com/dtm-labs/dtm.git
3 changed files with 15 additions and 2 deletions
@ -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: ./cmd/dtm |
|||
Loading…
Reference in new issue