Skip to content

Commit

Permalink
travis: always build 32bit
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <asarai@suse.de>
  • Loading branch information
cyphar committed Jul 23, 2017
1 parent 351b92d commit 0b1aa9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ go:
- 1.x

before_install:
- sudo sh -c "apt-get -qq update && apt-get install -y gcc-multilib"
- go get -u github.com/cpuguy83/go-md2man
- go get -u github.com/vbatts/git-validation
- go get -u github.com/golang/lint/golint
Expand All @@ -24,4 +25,5 @@ notifications:

script:
- chmod a+rwx . # Necessary to make Travis co-operate with Docker.
- make GOARCH=386 umoci umoci.static # Make sure 32-bit builds work.
- make DOCKER_IMAGE=$DOCKER_IMAGE ci

0 comments on commit 0b1aa9b

Please sign in to comment.