mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 11:09:01 +08:00
Update test.yml
This commit is contained in:
parent
7ca9f2d5cd
commit
d93e943326
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -25,14 +25,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||||
- run: make s390
|
- run: make s390
|
||||||
armhf:
|
armhf:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||||
- run: make armhf
|
- run: make armhf
|
||||||
linux2:
|
linux2:
|
||||||
|
Loading…
Reference in New Issue
Block a user