Skip to content

Commit

Permalink
Merge pull request #3016 from valkey-io/try_github_arm_runners
Browse files Browse the repository at this point in the history
Try github arm runners
  • Loading branch information
ikolomi authored Jan 27, 2025
2 parents 8ba7ccd + db78a08 commit f7f2108
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/create-ephemeral-self-hosted-runner.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/try-github-arm-runner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Try GitHub ARM runners
on:
workflow_dispatch:

jobs:
hello-world:
runs-on: ubuntu-24.04-arm
steps:
- name: print Hello World
run: echo "Hello World from ARM"

0 comments on commit f7f2108

Please sign in to comment.