From 1982fd2d2cc11f2897b3d73b9caaf90911c24f66 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 31 Jan 2025 10:02:42 +0100 Subject: [PATCH] Add missing args Signed-off-by: Itxaka --- .github/workflows/image-pr.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/image-pr.yaml b/.github/workflows/image-pr.yaml index 5b58bcfaa..c88cb98e0 100644 --- a/.github/workflows/image-pr.yaml +++ b/.github/workflows/image-pr.yaml @@ -310,6 +310,7 @@ jobs: flavor: ubuntu flavor_release: "24.04" variant: core + arch: amd64 needs: - core-ubuntu-24-lts @@ -320,6 +321,7 @@ jobs: flavor: alpine flavor_release: "3.19" variant: core + arch: amd64 needs: - core-alpine @@ -331,6 +333,7 @@ jobs: flavor_release: "24.04" family: "ubuntu" variant: core + arch: amd64 # release_matcher: "23.10" # introduced so tests can be green while we wait for the kairos release with the latest flavor release needs: - core-ubuntu-24-lts @@ -366,6 +369,7 @@ jobs: flavor: "ubuntu" flavor_release: "24.04" variant: core + needs: - core-ubuntu-24-lts encryption: @@ -431,6 +435,7 @@ jobs: flavor_release: ${{ matrix.flavorRelease }} label: ${{ matrix.label }} variant: standard + arch: amd64 needs: - standard - standard-alpine