Skip to content

Commit 40713a1

Browse files
committed
Setup arm runner support
1 parent 7424b09 commit 40713a1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Runner Support (arm)
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
project:
7+
description: Project to wait for jobs to finish inside
8+
required: true
9+
10+
permissions: {}
11+
12+
jobs:
13+
runner:
14+
runs-on: ubuntu-24.04-arm
15+
steps:
16+
- uses: Taucher2003/GitLab-Pipeline-Action@1.13.0
17+
with:
18+
GL_SERVER_URL: https://gitlab.com
19+
GL_PROJECT_ID: '${{ inputs.project }}'
20+
GL_RUNNER_TOKEN: ${{ secrets.GL_ARM_RUNNER_TOKEN }}
21+
GL_API_TOKEN: ${{ secrets.GL_API_TOKEN }}
22+
TASK: runner

0 commit comments

Comments
 (0)