Skip to content

Commit 9edda19

Browse files
Win Arm64 CI
1 parent 4bdc724 commit 9edda19

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/release.yml

+9
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/
@@ -240,6 +243,12 @@ jobs:
240243
name: tailwindcss-standalone
241244
path: packages/@tailwindcss-standalone/dist/
242245

246+
- name: Upload Tarballs
247+
uses: actions/upload-artifact@v4
248+
with:
249+
name: tarballs
250+
path: dist/
251+
243252
- name: Publish
244253
run: pnpm --recursive publish --tag ${{ inputs.release_channel }} --no-git-checks
245254
env:

CHANGELOG.md

+4
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)