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 142f7b1 commit 8a38931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:

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


Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ARG BASE_IMAGE=amd64/debian:stretch-slim
FROM ${BASE_IMAGE}

COPY qemu-arm-static /usr/bin/qemu-arm-static
Expand Down

0 comments on commit 8a38931

Please sign in to comment.