Skip to content

Commit 108fb6d

Browse files
committed
GH-518 Get the job correctly displayed.
1 parent 8684ff3 commit 108fb6d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
run: docker run --rm --interactive --mount type=bind,source=$(pwd),target=/host ${{ matrix.platform }}/alpine:${{ matrix.alpine_version}} sh -c "apk add perl-dev perl-app-cpanminus make gcc musl-dev zlib-dev ${{ matrix.package }}-dev openssl && perl -V && cd /host && cpanm --verbose --notest --installdeps . && perl Makefile.PL && make test"
213213

214214
non_x86_ubuntu:
215-
name: "${{ matrix.platform }}/Ubuntu"
215+
name: "${{ matrix.platform.name }}/Ubuntu"
216216

217217
runs-on: ubuntu-latest
218218

@@ -232,12 +232,12 @@ jobs:
232232
- uses: actions/checkout@main
233233
with:
234234
submodules: recursive
235-
# - 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
235+
- 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
241241
- name: Run tests on ${{ matrix.platform.name }}
242242
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"
243243

0 commit comments

Comments
 (0)