mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-13 10:50:16 -04:00
CI: github: add an i686 job in cross-zoo.yml
Add an i686 job in the cross-compilation test job.
This commit is contained in:
parent
95e9629530
commit
2aef1eb72e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cross-zoo.yml
vendored
4
.github/workflows/cross-zoo.yml
vendored
|
|
@ -17,6 +17,10 @@ jobs:
|
|||
matrix:
|
||||
platform: [
|
||||
{
|
||||
arch: i686-linux-gnu,
|
||||
libs: libc6-dev-i386-cross,
|
||||
target: linux-x86
|
||||
}, {
|
||||
arch: aarch64-linux-gnu,
|
||||
libs: libc6-dev-arm64-cross,
|
||||
target: linux-aarch64
|
||||
|
|
|
|||
Loading…
Reference in a new issue