gha: move static checks to self hosted runners for ppc64le

Move build checks to self hosted runners for Power.

Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
Amulyam24
2026-05-13 11:02:56 +05:30
committed by Steve Horsman
parent d2dc0a923c
commit 631dc72ceb
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ jobs:
runs-on: >-
${{
( contains(inputs.instance, 's390x') && matrix.component.name == 'runtime' ) && 's390x' ||
( contains(inputs.instance, 'ppc64le') && (matrix.component.name == 'runtime' || matrix.component.name == 'agent') ) && 'ppc64le' ||
inputs.instance
}}
strategy:

View File

@@ -30,7 +30,7 @@ jobs:
instance:
- "ubuntu-24.04-arm"
- "ubuntu-24.04-s390x"
- "ubuntu-24.04-ppc64le"
- "ppc64le"
uses: ./.github/workflows/build-checks.yaml
with:
instance: ${{ matrix.instance }}