prepare for multiarch ci

assure current job runs on x64
This commit is contained in:
lanefu
2020-12-27 10:28:28 -05:00
committed by GitHub
parent a42010c458
commit de1f3c6309

View File

@@ -22,7 +22,7 @@ jobs:
build_sbc_kernel:
name: Compile changed kernel
# This job runs on self hosted Linux machine, with public label
runs-on: [self-hosted, public]
runs-on: [self-hosted, public, x64]
steps:
# - uses: rokroskar/workflow-run-cleanup-action@v0.2.2
# env: