Skip to content

Commit

Permalink
Add arm Windows support
Browse files Browse the repository at this point in the history
Fixes #724
  • Loading branch information
devongovett committed Aug 6, 2024
1 parent 262d120 commit 0bcd896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- os: windows-latest
target: x86_64-pc-windows-msvc
binary: lightningcss.exe
- os: windows-latest
target: aarch64-pc-windows-msvc
binary: lightningcss.exe
# Mac OS
- os: macos-latest
target: x86_64-apple-darwin
Expand Down
3 changes: 3 additions & 0 deletions scripts/build-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const triples = [
{
name: 'x86_64-pc-windows-msvc',
},
{
name: 'aarch64-pc-windows-msvc'
},
{
name: 'aarch64-apple-darwin',
},
Expand Down

0 comments on commit 0bcd896

Please sign in to comment.