Skip to content

Commit

Permalink
.github/workflows/config.yml: debian-unstable add x390s/riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Apr 20, 2024
1 parent 5ea5cdb commit 31b8597
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
ARCH: LinuxARM
- DOCKER_IMAGE: arm64v8/debian:unstable-slim
ARCH: LinuxARM
- DOCKER_IMAGE: s390x/debian:unstable-slim
ARCH: Linux
- DOCKER_IMAGE: riscv64/debian:unstable-slim
ARCH: Linux

runs-on: ubuntu-latest
timeout-minutes: 60
Expand All @@ -119,10 +123,8 @@ jobs:
sudo apt update -qq
# Install the qemu packages
# This step will execute the registering scripts
if [[ "$DOCKER_IMAGE" == *"arm"* ]]; then \
sudo apt install -y -qq qemu binfmt-support qemu-user-static; \
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes; \
fi
sudo apt install -y -qq qemu binfmt-support qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run --rm -v $(pwd):/ws/euslisp -e "ARCH=$ARCH" -t "$DOCKER_IMAGE" \
bash -c " \
set -x; set -e; \
Expand Down

0 comments on commit 31b8597

Please sign in to comment.