Skip to content

Commit b55ce59

Browse files
authored
Merge pull request #488 from k-okada/fix_ga
Fix GihtubAction for aarch64 bionic/focal
2 parents 5c011ec + 6146633 commit b55ce59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
- DOCKER_IMAGE: osrf/ubuntu_armhf:xenial
3030
- DOCKER_IMAGE: osrf/ubuntu_arm64:trusty
3131
- DOCKER_IMAGE: osrf/ubuntu_arm64:xenial
32-
- DOCKER_IMAGE: osrf/ubuntu_arm64:bionic
33-
- DOCKER_IMAGE: osrf/ubuntu_arm64:focal
32+
- QEMU: aarach64
33+
DOCKER_IMAGE: arm64v8/ubuntu:bionic
34+
- QEMU: aarach64
35+
DOCKER_IMAGE: arm64v8/ubuntu:focal
3436
- DOCKER_IMAGE: osrf/debian_arm64:stretch
3537
- DOCKER_IMAGE: amd64/debian:unstable
3638
#

0 commit comments

Comments
 (0)