Skip to content

Commit

Permalink
add arm arch
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Sep 20, 2018
1 parent 88202c7 commit 138ec26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
project_name: cvpm
builds:
- main: ./cli/*.go
- main: ./cli/main.go
- binary: cvpm
- goarch:
- amd64
- arm
- arm64
- env:
- CGO_ENABLED=0
archive:
Expand Down

0 comments on commit 138ec26

Please sign in to comment.