Skip to content

Commit db78a08

Browse files
committed
Try github arm runners
Signed-off-by: ikolomi <[email protected]>
1 parent 8ba7ccd commit db78a08

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

.github/workflows/create-ephemeral-self-hosted-runner.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Try GitHub ARM runners
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
hello-world:
7+
runs-on: ubuntu-24.04-arm
8+
steps:
9+
- name: print Hello World
10+
run: echo "Hello World from ARM"

0 commit comments

Comments
 (0)