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 5c931a0 commit ded2fdf
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:
- ARCH=arm IMAGE=hypriot/rpi-node:6.10.0
# - ARCH=amd64 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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ${IMAGE}
FROM ${BASE_IMAGE}

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

Expand Down

0 comments on commit ded2fdf

Please sign in to comment.