Skip to content

Commit 06d9dfe

Browse files
committed
GH-518 Compare multiarch/qemu-user-static and tonistiigi/binfmt:latest.
1 parent 108fb6d commit 06d9dfe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,12 @@ jobs:
233233
with:
234234
submodules: recursive
235235
- name: Get the qemu container
236-
id: qemu
237-
uses: docker/setup-qemu-action@v1
238-
with:
239-
image: tonistiigi/binfmt:latest
240-
platforms: all
236+
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
237+
# id: qemu
238+
# uses: docker/setup-qemu-action@v1
239+
# with:
240+
# image: tonistiigi/binfmt:latest
241+
# platforms: all
241242
- name: Run tests on ${{ matrix.platform.name }}
242243
run: docker run --rm --interactive --platform ${{ matrix.platform.docker_platform }} --mount type=bind,source=$(pwd),target=/host ${{ matrix.platform.name }}/ubuntu:latest bash -c "apt update && apt install -y cpanminus make gcc openssl libssl-dev zlib1g-dev && perl -V && cd /host && cpanm --notest --verbose --installdeps . || find /root/.cpanm/work/ -type f | xargs cat; perl Makefile.PL && make test"
243244

0 commit comments

Comments
 (0)