mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: Extend x86-64 GitHub action to AMD runner
Use the matrix to add a build runnind on the AMD variant of the garm runner. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
6930370a03
commit
84a6da5e93
5
.github/workflows/integration-x86-64.yaml
vendored
5
.github/workflows/integration-x86-64.yaml
vendored
@ -3,9 +3,12 @@ on: [pull_request, create]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
runner: ["garm-jammy", "garm-jammy-amd"]
|
||||
if: github.event_name == 'pull_request'
|
||||
name: Tests (x86-64)
|
||||
runs-on: garm-jammy
|
||||
runs-on: ${{ matrix.runner }}
|
||||
steps:
|
||||
- name: Code checkout
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user