Skip to content

Commit cf856e6

Browse files
committed
ci: fix the aarch64 segfault by using a more modern qemu
1 parent 6d77443 commit cf856e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ jobs:
662662
name: cruby-${{ matrix.platform }}-gem
663663
path: gems
664664
- run: |
665-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
665+
docker run --rm --privileged alekitto/qemu-user-static --reset -p yes
666666
docker run --rm -v $PWD:/nokogiri -w /nokogiri \
667667
${{ matrix.docker_platform }} ruby:${{ matrix.ruby }}${{ matrix.docker_tag }} \
668668
sh -c "

0 commit comments

Comments
 (0)