File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments