Skip to content

Commit

Permalink
add ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Sep 20, 2018
1 parent 9b4e431 commit ed786cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,5 @@ build
dist
.env
.idea
.DS_Store
.DS_Store
*.go
21 changes: 12 additions & 9 deletions .goreleaser.yaml → .goreleaser.yml
@@ -1,16 +1,19 @@
project_name: cvpm
before:
hooks:
- ./before_build.sh
- cp -r cli/. ./
builds:
- main: main.go
- binary: cvpm
- goarch:
- amd64
- arm
- arm64
- env:
- CGO_ENABLED=0
-
main: main.go
binary: cvpm
goarch:
- amd64
- arm
- arm64
env:
- CGO_ENABLED=0
hooks:
post: ./cleanup.sh
archive:
replacements:
darwin: Darwin
Expand Down

0 comments on commit ed786cb

Please sign in to comment.