Skip to content

Commit 2535df5

Browse files
committed
set QEMU=aarch64 DOCEKR_IAMGE=arm64v8/ubuntu skip jskeus test
1 parent 6146633 commit 2535df5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
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

.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
6767
fi
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

0 commit comments

Comments
 (0)