travis: build to all supported linux architectures

This commit is contained in:
Péter Szilágyi 2016-11-04 10:38:17 +02:00
parent 2ad5dba50a
commit 258996ebad
No known key found for this signature in database
GPG key ID: 119A76381CCB7DD2

View file

@ -35,8 +35,6 @@ matrix:
- go run build/ci.go debsrc -signer "Felix Lange (Geth CI Testing Key) <fjl@twurst.com>" -upload ppa:lp-fjl/geth-ci-testing - go run build/ci.go debsrc -signer "Felix Lange (Geth CI Testing Key) <fjl@twurst.com>" -upload ppa:lp-fjl/geth-ci-testing
- go run build/ci.go install - go run build/ci.go install
- go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds - go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
- go run build/ci.go install -arch 386
- go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
# This builder does the OSX Azure uploads # This builder does the OSX Azure uploads
- os: osx - os: osx