Skip to content

Commit

Permalink
Merge pull request euslisp#488 from k-okada/fix_ga
Browse files Browse the repository at this point in the history
Fix GihtubAction for aarch64 bionic/focal
  • Loading branch information
k-okada committed Apr 13, 2022
2 parents 5c011ec + 6146633 commit b55ce59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
- DOCKER_IMAGE: osrf/ubuntu_armhf:xenial
- DOCKER_IMAGE: osrf/ubuntu_arm64:trusty
- DOCKER_IMAGE: osrf/ubuntu_arm64:xenial
- DOCKER_IMAGE: osrf/ubuntu_arm64:bionic
- DOCKER_IMAGE: osrf/ubuntu_arm64:focal
- QEMU: aarach64
DOCKER_IMAGE: arm64v8/ubuntu:bionic
- QEMU: aarach64
DOCKER_IMAGE: arm64v8/ubuntu:focal
- DOCKER_IMAGE: osrf/debian_arm64:stretch
- DOCKER_IMAGE: amd64/debian:unstable
#
Expand Down

0 comments on commit b55ce59

Please sign in to comment.