Skip to content

Commit

Permalink
Create self-hosted-action-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronNGray authored Feb 19, 2025
1 parent 9579ebd commit 84db752
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/self-hosted-action-runner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: self-hosted-action-runner
on: push
jobs:
Ubuntu-ARM64:
runs-on:
[self-hosted, ubuntu-22.04, ARM64]
steps:
- name: ubuntu-latest-arm64
run:
echo "ubuntu-latest arm64"
lsb_release -a
lscpu

Ubuntu-ARM64-GPU:
runs-on:
[self-hosted, ubuntu-22.04, ARM64]
steps:
- name: ubuntu-latest-arm64-gpu
run:
echo "ubuntu-latest arm64"
lsb_release -a
lscpu
lshw -C display
lspci | grep ' VGA ' | cut -d" " -f 1 | xargs -i lspci -v -s {}

0 comments on commit 84db752

Please sign in to comment.