]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: add an i686 job in cross-zoo.yml
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 20 Apr 2026 09:27:21 +0000 (11:27 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 20 Apr 2026 09:31:40 +0000 (11:31 +0200)
Add an i686 job in the cross-compilation test job.

.github/workflows/cross-zoo.yml

index 1798be8e28a65b1fdb2ddfda9a5f1e06a6dc3eb1..0c32f7510575997dbdfedacf06ce9ca14f3a5011 100644 (file)
@@ -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