Skip to content

Commit 7226343

Browse files
committed
add i686 for almalinux:8 & almalinux:9
1 parent 0d47ca3 commit 7226343

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
@@ -51,8 +51,8 @@ jobs:
5151
"riscv64": "ubuntu-24.04",
5252
}
5353
reduced = [
54-
("almalinux:8", ("x86_64", "aarch64", "ppc64le", "s390x")),
55-
("almalinux:9", ("x86_64", "aarch64", "ppc64le", "s390x")),
54+
("almalinux:8", ("x86_64", "i686", "aarch64", "ppc64le", "s390x")),
55+
("almalinux:9", ("x86_64", "i686", "aarch64", "ppc64le", "s390x")),
5656
("centos:7", ("x86_64", "i686", "aarch64", "ppc64le", "s390x")),
5757
("debian:10", ("x86_64", "i686", "aarch64", "armv7l")),
5858
("debian:11", ("x86_64", "i686", "aarch64", "armv7l")),

0 commit comments

Comments
 (0)