[PR #4206] [MERGED] [client] Add windows arm64 build #19760

Closed
opened 2026-08-05 05:06:25 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4206
Author: @lixmal
Created: 7/23/2025
Status: Merged
Merged: 8/7/2025
Merged by: @lixmal

Base: mainHead: win-arm64


📝 Commits (5)

📊 Changes

5 files changed (+60 additions, -13 deletions)

View changed files

📝 .github/workflows/release.yml (+13 -1)
📝 .goreleaser.yaml (+0 -2)
📝 .goreleaser_ui.yaml (+19 -2)
📝 client/installer.nsis (+22 -4)
📝 client/netbird.wxs (+6 -4)

📄 Description

Describe your changes

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.


🔄 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/netbirdio/netbird/pull/4206 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `win-arm64` --- ### 📝 Commits (5) - [`458db04`](https://github.com/netbirdio/netbird/commit/458db04060c6df496b5e647ef94b3c31c375c041) Add arm64 windows build - [`6eea967`](https://github.com/netbirdio/netbird/commit/6eea96707c18d1d3c4ff3cec9f765342329f4c56) Remove arm64 shellexecasuer - [`a5e1678`](https://github.com/netbirdio/netbird/commit/a5e167810227d67503f701f7d27bb2187efa028b) Don't delete opengl for arm - [`fb4adaf`](https://github.com/netbirdio/netbird/commit/fb4adaf7fe4e4b534eb8f683ea50e95dcf552ef8) Bump pipeline version - [`4d76148`](https://github.com/netbirdio/netbird/commit/4d76148cc60beba3b3cef0135bbeda632c247614) Bump llvm-mingw ### 📊 Changes **5 files changed** (+60 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+13 -1) 📝 `.goreleaser.yaml` (+0 -2) 📝 `.goreleaser_ui.yaml` (+19 -2) 📝 `client/installer.nsis` (+22 -4) 📝 `client/netbird.wxs` (+6 -4) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 05:06:25 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#19760