diff options
| author | 2024-09-06 18:05:03 -0500 | |
|---|---|---|
| committer | 2024-09-06 18:05:03 -0500 | |
| commit | 83b0bc688c354d5c7e5bfb2b8bb265b9e79f0452 (patch) | |
| tree | 90d46c9c8480f76a0582a6027dc96a7cce0ccfec /.github | |
| parent | Add github workflow for qemu + s390x (diff) | |
Try running inside a container.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de0b2356..c08072b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,7 +92,9 @@ jobs: test-s390x-linux: name: Build and test s390x in qemu - runs-on: s390x/ubuntu + runs-on: ubuntu-latest + container: + image: s390x/ubuntu steps: - name: Checkout the repository uses: actions/checkout@master |
