We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arm64
1 parent 1060f46 commit 666f587Copy full SHA for 666f587
.github/workflows/build.yml
@@ -14,6 +14,7 @@ jobs:
14
matrix:
15
include:
16
- os: ubuntu-latest
17
+ - os: ubuntu-24.04-arm
18
- os: macOS-latest
19
- os: windows-latest
20
steps:
@@ -84,6 +85,6 @@ jobs:
84
85
- name: Run tests
86
run: node ./bin/bundle.js test
87
- - name: Check formatting (Linux only)
88
+ - name: Check formatting (Linux x86_64 only)
89
if: matrix.os == 'ubuntu-latest'
90
run: npm run format:check
.github/workflows/nix-flake.yml
- uses: actions/checkout@v4
0 commit comments