[PR #1294] [MERGED] Add support for packaging brotli releases on Windows ARM64 #1876

Open
opened 2026-01-29 20:56:16 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1294
Author: @Greenie0701
Created: 7/9/2025
Status: Merged
Merged: 7/11/2025
Merged by: @copybara-service[bot]

Base: masterHead: support_arm64


📝 Commits (3)

  • ab9b7b0 Add support for release builds for Windows ARM64
  • 61ebc6c Add support for release builds for Windows ARM64
  • 15fb8bf Merge branch 'master' into support_arm64

📊 Changes

1 file changed (+15 additions, -5 deletions)

View changed files

📝 .github/workflows/release.yaml (+15 -5)

📄 Description

Hi Developers

  • Thanks for providing such brilliant and fast compression algorithm for Windows devices
  • The windows on arm devices are getting popular day by day and most of the libraries are not natively available for WoA.
  • Currently, the Brotli library provides binary for windows x86/x64 platforms. This PR introduces CI setup for packaging binary for Win-ARM64 systems
  • The changes includes adding native GitHub runners for WoA and replaced msys2 wget.exe dependency with normal Invoke commands from powershell for downloading vcpkg.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/1294 **Author:** [@Greenie0701](https://github.com/Greenie0701) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Base:** `master` ← **Head:** `support_arm64` --- ### 📝 Commits (3) - [`ab9b7b0`](https://github.com/google/brotli/commit/ab9b7b07c76d7b7c118b8a126d24bc24895bd4cd) Add support for release builds for Windows ARM64 - [`61ebc6c`](https://github.com/google/brotli/commit/61ebc6cbad131372af0e357b6e2484449e10db7d) Add support for release builds for Windows ARM64 - [`15fb8bf`](https://github.com/google/brotli/commit/15fb8bfedcd730013f2e99d0aa10462420a2dcc4) Merge branch 'master' into support_arm64 ### 📊 Changes **1 file changed** (+15 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+15 -5) </details> ### 📄 Description Hi Developers - Thanks for providing such brilliant and fast compression algorithm for Windows devices - The windows on arm devices are getting popular day by day and most of the libraries are not natively available for WoA. - Currently, the Brotli library provides binary for windows x86/x64 platforms. This PR introduces CI setup for packaging binary for Win-ARM64 systems - The changes includes adding native GitHub runners for WoA and replaced msys2 wget.exe dependency with normal Invoke commands from powershell for downloading vcpkg. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:56:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1876