Skip to content

Commit

Permalink
ci(platform): run nix tests on arm64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jun 5, 2024
1 parent 6136ce0 commit 5d25b96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
self-hosted-runner:
labels:
- ubuntu-arm64-small
3 changes: 3 additions & 0 deletions .github/workflows/nix-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
include:
- os: ubuntu-arm64-small
python-version: "3.12"
steps:
- run: echo "No build required"
3 changes: 3 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
include:
- os: ubuntu-arm64-small
python-version: "3.12"
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5d25b96

Please sign in to comment.