Skip to content

Commit 6fd7ba8

Browse files
committed
add i686 for almalinux:8 & almalinux:9
1 parent 40c31cb commit 6fd7ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
"riscv64": "ubuntu-24.04",
5353
}
5454
reduced = [
55-
("almalinux:8", ("x86_64", "aarch64", "ppc64le", "s390x")),
56-
("almalinux:9", ("x86_64", "aarch64", "ppc64le", "s390x")),
55+
("almalinux:8", ("x86_64", "i686", "aarch64", "ppc64le", "s390x")),
56+
("almalinux:9", ("x86_64", "i686", "aarch64", "ppc64le", "s390x")),
5757
("centos:7", ("x86_64", "i686", "aarch64", "ppc64le", "s390x")),
5858
("debian:10", ("x86_64", "i686", "aarch64", "armv7l")),
5959
("debian:11", ("x86_64", "i686", "aarch64", "armv7l")),

0 commit comments

Comments
 (0)