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 2e62be3 commit 7e0ca46
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 @@ -12,6 +12,7 @@ before_install:
- go get -u github.com/cpuguy83/go-md2man
- go get -u github.com/vbatts/git-validation
- go get -u github.com/golang/lint/golint
- apt-get install gcc-multilib

env:
- DOCKER_IMAGE="opensuse/amd64:42.2"
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 7e0ca46

Please sign in to comment.