Skip to content

Commit 0bcd896

Browse files
committed
Add arm Windows support
Fixes #724
1 parent 262d120 commit 0bcd896

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- os: windows-latest
1313
target: x86_64-pc-windows-msvc
1414
binary: lightningcss.exe
15+
- os: windows-latest
16+
target: aarch64-pc-windows-msvc
17+
binary: lightningcss.exe
1518
# Mac OS
1619
- os: macos-latest
1720
target: x86_64-apple-darwin

scripts/build-npm.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ const triples = [
1515
{
1616
name: 'x86_64-pc-windows-msvc',
1717
},
18+
{
19+
name: 'aarch64-pc-windows-msvc'
20+
},
1821
{
1922
name: 'aarch64-apple-darwin',
2023
},

0 commit comments

Comments
 (0)