Skip to content

Commit 78e7d52

Browse files
Win Arm64 CI
1 parent 4bdc724 commit 78e7d52

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
# Windows
2626
- os: windows-latest
2727
target: x86_64-pc-windows-msvc
28+
- os: windows-latest
29+
target: aarch64-pc-windows-msvc
2830
# macOS
2931
- os: macos-latest
3032
target: x86_64-apple-darwin
@@ -208,6 +210,7 @@ jobs:
208210
run: |
209211
cd ${{ env.OXIDE_LOCATION }}
210212
cp bindings-x86_64-pc-windows-msvc/* ./npm/win32-x64-msvc/
213+
cp bindings-aarch64-pc-windows-msvc/* ./npm/win32-arm64-msvc/
211214
cp bindings-x86_64-apple-darwin/* ./npm/darwin-x64/
212215
cp bindings-aarch64-apple-darwin/* ./npm/darwin-arm64/
213216
cp bindings-aarch64-linux-android/* ./npm/android-arm64/

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Include a Windows ARM build for all npm packages ([#15171](https://github.com/tailwindlabs/tailwindcss/pull/15171))
13+
1014
### Fixed
1115

1216
- Ensure any necessary vendor prefixes are generated for iOS Safari, Firefox, and Chrome ([#15166](https://github.com/tailwindlabs/tailwindcss/pull/15166))

0 commit comments

Comments
 (0)