Skip to content

Commit d186243

Browse files
committed
Dropped darwin/386 builds due to deprecation in go 1.15
see upstream mitchellh/gox#146
1 parent c4f2a3c commit d186243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_deploy:
2626
- go get -u github.com/mitchellh/gox
2727
- go get -u github.com/tcnksm/ghr
2828

29-
- 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
29+
- 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
3030
- mkdir -p dist
3131
- for f in release/*; do
3232
if [[ -d "$f" ]]; then

0 commit comments

Comments
 (0)