We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4afb9 commit 6154f87Copy full SHA for 6154f87
.travis.yml
@@ -62,7 +62,7 @@ jobs:
62
- go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
63
64
# build 386
65
- - sudo -E apt-get install -yq --no-install-suggests --no-install-recommends --force-yes install gcc-multilib
+ - sudo -E apt-get -yq --no-install-suggests --no-install-recommends install gcc-multilib
66
- go run build/ci.go install -dlgo -arch 386
67
- go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
68
0 commit comments