Skip to content

Commit f7f2108

Browse files
authored
Merge pull request valkey-io#3016 from valkey-io/try_github_arm_runners
Try github arm runners
2 parents 8ba7ccd + db78a08 commit f7f2108

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)