Skip to content

Commit

Permalink
add arm v6 & windows & freebsd in goos
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Sep 21, 2018
1 parent cac8545 commit 0992046
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Expand Up @@ -4,13 +4,22 @@ before:
- cp -r cli/. ./
builds:
-
goos:
- freebsd
- linux
- windows
- darwin
binary: cvpm
goarch:
- amd64
- arm
- arm64
env:
- CGO_ENABLED=0
goarm:
- 5
- 6
- 7
archive:
replacements:
darwin: Darwin
Expand Down
1 change: 0 additions & 1 deletion before_build.sh

This file was deleted.

Empty file added scripts/install.sh
Empty file.

0 comments on commit 0992046

Please sign in to comment.