Skip to content

Commit

Permalink
Dropped darwin/386 builds due to deprecation in go 1.15
Browse files Browse the repository at this point in the history
see upstream mitchellh/gox#146
  • Loading branch information
polyrabbit committed Feb 21, 2021
1 parent c4f2a3c commit d186243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ before_deploy:
- go get -u github.com/mitchellh/gox
- go get -u github.com/tcnksm/ghr

- gox -output "release/mt_{{.OS}}_{{.Arch}}/mt" -ldflags "-X github.com/polyrabbit/my-token/config.Rev=`git rev-parse --short HEAD` -X github.com/polyrabbit/my-token/config.Version=`git describe --tags | cut -dv -f 2` -X 'github.com/polyrabbit/my-token/config.exampleConfig=`cat my_token.example.yaml`'" -verbose
- gox -output "release/mt_{{.OS}}_{{.Arch}}/mt" -osarch '!darwin/386' -ldflags "-X github.com/polyrabbit/my-token/config.Rev=`git rev-parse --short HEAD` -X github.com/polyrabbit/my-token/config.Version=`git describe --tags | cut -dv -f 2` -X 'github.com/polyrabbit/my-token/config.exampleConfig=`cat my_token.example.yaml`'" -verbose
- mkdir -p dist
- for f in release/*; do
if [[ -d "$f" ]]; then
Expand Down

0 comments on commit d186243

Please sign in to comment.