Be specific on which arch to run

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-01-17 16:29:50 +00:00 committed by Pedro Algarvio
parent 5270f2e97b
commit a26e12b412

View file

@ -38,6 +38,7 @@ jobs:
runs-on:
- self-hosted
- linux
- x86_64
outputs:
matrix-include: ${{ steps.generate-matrix.outputs.matrix }}
transport-matrix-include: ${{ steps.generate-transport-matrix.outputs.matrix }}
@ -336,6 +337,7 @@ jobs:
runs-on:
- self-hosted
- linux
- x86_64
if: always() && needs.test.result != 'cancelled' && needs.test.result != 'skipped'
needs:
- test