Skip to content

Commit

Permalink
WIP - add arm64 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Aug 29, 2023
1 parent 7cb4c60 commit 6957197
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: hello-world

on:
push:

jobs:
my-job:
runs-on: [self-hosted, linux, arm64, default]
steps:
- name: my-step
run: echo "hello, world!"
- name: show-workdir
run: ls -lah /opt/actions-runner/_work/
- name: show-disks
run: df -h

0 comments on commit 6957197

Please sign in to comment.