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 beadb01 commit b73a1d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ services:

env:
matrix:
- ARCH=arm BASE_IMAGE=arm32v7/debian:jessie-slim
- ARCH=arm64 BASE_IMAGE=arm64v8/debian:jessie-slim

- ARCH=arm QEMU=qemu-arm-static BASE_IMAGE=arm32v7/debian:jessie-slim
- ARCH=arm64 QEMU=qemu-aarch64-static BASE_IMAGE=arm64v8/debian:jessie-slim

script:
- ./travis-build.sh
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ARG QEMU=qemu-arm-static
ARG BASE_IMAGE=amd64/debian:stretch-slim
FROM ${BASE_IMAGE}

COPY qemu-arm-static /usr/bin/qemu-arm-static
COPY ${QEMU} /usr/bin/${QEMU}

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit b73a1d8

Please sign in to comment.