File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ before_deploy:
26
26
- go get -u github.com/mitchellh/gox
27
27
- go get -u github.com/tcnksm/ghr
28
28
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
30
30
- mkdir -p dist
31
31
- for f in release/*; do
32
32
if [[ -d "$f" ]]; then
You can’t perform that action at this time.
0 commit comments