We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262d120 commit 0bcd896Copy full SHA for 0bcd896
.github/workflows/release.yml
@@ -12,6 +12,9 @@ jobs:
12
- os: windows-latest
13
target: x86_64-pc-windows-msvc
14
binary: lightningcss.exe
15
+ - os: windows-latest
16
+ target: aarch64-pc-windows-msvc
17
+ binary: lightningcss.exe
18
# Mac OS
19
- os: macos-latest
20
target: x86_64-apple-darwin
scripts/build-npm.js
@@ -15,6 +15,9 @@ const triples = [
{
name: 'x86_64-pc-windows-msvc',
},
+ {
+ name: 'aarch64-pc-windows-msvc'
+ },
21
22
name: 'aarch64-apple-darwin',
23
0 commit comments