There was an error while loading. Please reload this page.
1 parent 6d77443 commit cf856e6Copy full SHA for cf856e6
1 file changed
.github/workflows/ci.yml
@@ -662,7 +662,7 @@ jobs:
662
name: cruby-${{ matrix.platform }}-gem
663
path: gems
664
- run: |
665
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
+ docker run --rm --privileged alekitto/qemu-user-static --reset -p yes
666
docker run --rm -v $PWD:/nokogiri -w /nokogiri \
667
${{ matrix.docker_platform }} ruby:${{ matrix.ruby }}${{ matrix.docker_tag }} \
668
sh -c "
0 commit comments