Update test.yml

This commit is contained in:
Sergio R. Caprile 2022-12-13 12:51:43 -03:00 committed by GitHub
parent 7ca9f2d5cd
commit d93e943326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,14 +25,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install qemu binfmt-support qemu-user-static
- run: sudo apt-get update && sudo apt-get install qemu binfmt-support qemu-user-static
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- run: make s390
armhf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install qemu binfmt-support qemu-user-static
- run: sudo apt-get update && sudo apt-get install qemu binfmt-support qemu-user-static
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- run: make armhf
linux2: