Skip to content

Commit

Permalink
Fix travis/goreleaser for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed May 9, 2019
1 parent 3e17798 commit 5e04cbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ builds:
goarch:
- 386
- amd64
- arm
- arm64
# - arm
# - arm64
archive:
wrap_in_directory: true
checksum:
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ deploy:
on:
tags: true
all_branches: true
condition: "$TRAVIS_TAG =~ ^v[0-9].*$"
condition:
- "$TRAVIS_TAG =~ ^v[0-9].*$"
- "$TARGET = amd64"

notifications:
email: false
Expand Down

0 comments on commit 5e04cbf

Please sign in to comment.