Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaerber committed Nov 22, 2017
1 parent 730ceac commit 142f7b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:

env:
matrix:
- BASE_IMAGE=arm32v7/debian:stretch-slim
- BASE_IMAGE=amd64/debian:stretch-slim
- ARCH=arm BASE_IMAGE=arm32v7/debian:stretch-slim
- ARCH=amd64 BASE_IMAGE=amd64/debian:stretch-slim


script:
Expand Down
2 changes: 1 addition & 1 deletion travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ if [ -d tmp ]; then
rm -rf tmp
fi

docker build -t ffaerber/appsample:build --build-arg ARCH=$ARCH .
docker build -t ffaerber/appsample:build --build-arg BASE_IMAGE=$BASE_IMAGE .
docker run ffaerber/appsample:build uname -a

0 comments on commit 142f7b1

Please sign in to comment.