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 2, 2024
1 parent 03811a3 commit 0707e07
Show file tree
Hide file tree
Showing 3 changed files with 7 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
1 change: 1 addition & 0 deletions .github/workflows/nix-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-arm64-small
python-version:
- "3.10"
- "3.11"
Expand Down
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 0707e07

Please sign in to comment.