We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce0dbf commit 43eda01Copy full SHA for 43eda01
.github/workflows/ci.yml
@@ -57,6 +57,7 @@ jobs:
57
("centos:7", ("x86_64", "i686", "aarch64", "ppc64le", "s390x")),
58
("debian:11", ("x86_64", "i686", "aarch64", "armv7l")),
59
("debian:12", ("x86_64", "i686", "aarch64", "armv7l", "ppc64le", "s390x")),
60
+ ("debian:13", ("x86_64", "i686", "aarch64", "armv7l", "ppc64le", "s390x", "riscv64")),
61
("ubuntu:18.04", ("x86_64", "aarch64", "armv7l", "ppc64le", "s390x")),
62
("ubuntu:20.04", ("x86_64", "aarch64", "armv7l", "ppc64le", "s390x", "riscv64")),
63
("ubuntu:22.04", ("x86_64", "aarch64", "armv7l", "ppc64le", "s390x", "riscv64")),
0 commit comments