We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038ee9b commit eba4dfeCopy full SHA for eba4dfe
.github/workflows/spdk_container_image_builder_arm.yml
@@ -6,7 +6,8 @@ on:
6
7
jobs:
8
build:
9
- runs-on: linux-arm
+ runs-on: [self-hosted, Linux, ARM64, linux-arm]
10
+
11
steps:
12
- name: Checkout the triggered branch
13
uses: actions/checkout@v3
0 commit comments