Skip to content

Commit

Permalink
feat: amd64+arm64 builds to ensure building ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Feb 4, 2025
1 parent f67ab2a commit 333ea0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ on:

jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
node: [20.x, 22.x, 23.x]
arch: [amd64, arm64]
runs-on: ubuntu-24.04${{ matrix.arch == 'arm64' && '-arm' || '' }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 333ea0b

Please sign in to comment.