aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-09-06 18:28:00 -0500
committerCalvin Rose <calsrose@gmail.com>2024-09-06 18:28:00 -0500
commit968a0dc4ac27e2511ed8c823a88f4e71183ebf40 (patch)
tree720c7a9c252a9964c8edf9bc87274cf25b9d506f /.github
parentTry using just scripts for testing. (diff)
Follow github directions for qemu multiarch.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cc7c04f4..d9193159 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -98,5 +98,5 @@ jobs:
uses: actions/checkout@master
- name: Do Qemu build and test
run: |
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
+ docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker run --rm -v .:/janet -it s390x/ubuntu bash -c "apt-get -y update && apt-get -y install git build-essential && make -j3 && make test"