File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 - DOCKER_IMAGE : osrf/ubuntu_armhf:xenial
3030 - DOCKER_IMAGE : osrf/ubuntu_arm64:trusty
3131 - DOCKER_IMAGE : osrf/ubuntu_arm64:xenial
32- - QEMU : aarach64
32+ - QEMU : aarch64
3333 DOCKER_IMAGE : arm64v8/ubuntu:bionic
34- - QEMU : aarach64
34+ - QEMU : aarch64
3535 DOCKER_IMAGE : arm64v8/ubuntu:focal
3636 - DOCKER_IMAGE : osrf/debian_arm64:stretch
3737 - DOCKER_IMAGE : amd64/debian:unstable
6464 # sparc64
6565 fail-fast : false
6666
67- runs-on : ubuntu-latest
67+ runs-on : ubuntu-18.04
6868 timeout-minutes : 60
6969
7070 name : linux
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
6767fi
6868
6969# ## for multiarch compile test
70- if [ " $QEMU " != " " ]; then
70+ if [[ " $QEMU " != " " && " $DOCKER_IMAGE " != " arm64v8/ubuntu: " * ] ]; then
7171 travis_time_start install.dpkg-dev
7272 apt-get install -qq -y dpkg-dev patchutils
7373 travis_time_end
You can’t perform that action at this time.
0 commit comments