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 29
29
- DOCKER_IMAGE : osrf/ubuntu_armhf:xenial
30
30
- DOCKER_IMAGE : osrf/ubuntu_arm64:trusty
31
31
- DOCKER_IMAGE : osrf/ubuntu_arm64:xenial
32
- - QEMU : aarach64
32
+ - QEMU : aarch64
33
33
DOCKER_IMAGE : arm64v8/ubuntu:bionic
34
- - QEMU : aarach64
34
+ - QEMU : aarch64
35
35
DOCKER_IMAGE : arm64v8/ubuntu:focal
36
36
- DOCKER_IMAGE : osrf/debian_arm64:stretch
37
37
- DOCKER_IMAGE : amd64/debian:unstable
64
64
# sparc64
65
65
fail-fast : false
66
66
67
- runs-on : ubuntu-latest
67
+ runs-on : ubuntu-18.04
68
68
timeout-minutes : 60
69
69
70
70
name : linux
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
67
67
fi
68
68
69
69
# ## for multiarch compile test
70
- if [ " $QEMU " != " " ]; then
70
+ if [[ " $QEMU " != " " && " $DOCKER_IMAGE " != " arm64v8/ubuntu: " * ] ]; then
71
71
travis_time_start install.dpkg-dev
72
72
apt-get install -qq -y dpkg-dev patchutils
73
73
travis_time_end
You can’t perform that action at this time.
0 commit comments