From: Luca Boccassi Date: Tue, 15 Jul 2025 14:17:12 +0000 (+0100) Subject: ci: add fedora/debian ppc64le build jobs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3805%2Fhead;p=thirdparty%2Fmkosi.git ci: add fedora/debian ppc64le build jobs Lower rate limit, and cannot run integration tests as there's no KVM so it's too slow, so add just two builds to ensure build regressions don't happen --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ac210be5..a39babbda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: - distro: ubuntu tools: opensuse include: - # low rate limit on arm64 workers + # low rate limit on ppc64le/arm64 workers - distro: debian tools: debian runner: ubuntu-24.04-arm @@ -155,6 +155,12 @@ jobs: - distro: ubuntu tools: ubuntu runner: ubuntu-24.04-arm + - distro: fedora + tools: fedora + runner: ubuntu-24.04-ppc64le + - distro: debian + tools: debian + runner: ubuntu-24.04-ppc64le steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683