mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02: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
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…
x
Reference in New Issue
Block a user