Skip to content

Commit

Permalink
workflow: Add beaker aarch64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed May 2, 2023
1 parent 25c3ccb commit 2626b1a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ on:
workflow_dispatch:

jobs:
ci-runner-demo:
runs-on: [kite, x86_64, rhos-01, rhel-9-2, large]
# runner-rhel-9-2:
# runs-on: [kite, x86_64, rhos-01, rhel-9-2, large]
# steps:
# - name: Show all environment variables
# run: printenv

runner-beaker-arm:
runs-on: [kite, aarch64, beaker, fedora-37]
steps:
- name: Show all environment variables
run: printenv

0 comments on commit 2626b1a

Please sign in to comment.