From 62ab363149cf417b8d801fc242c61565375acbf9 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 16 Jul 2025 10:40:48 +0100 Subject: [PATCH] ci: add an s390x build job for additional coverage --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59f52b671..0d01c0992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: - distro: ubuntu tools: opensuse include: - # low rate limit on ppc64le/arm64 workers + # low rate limit on s390x/ppc64le/arm64 workers - distro: debian tools: debian runner: ubuntu-24.04-arm @@ -165,6 +165,9 @@ jobs: - distro: debian tools: debian runner: ubuntu-24.04-ppc64le + - distro: debian + tools: debian + runner: ubuntu-24.04-s390x steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 -- 2.47.3