[PR #374] [MERGED] Support 32 bit #12547

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/374
Author: @mlsmaycon
Created: 6/28/2022
Status: Merged
Merged: 7/1/2022
Merged by: @mlsmaycon

Base: mainHead: support-32-bit


📝 Commits (7)

📊 Changes

5 files changed (+15 additions, -21 deletions)

View changed files

📝 .github/workflows/golang-test-darwin.yml (+1 -4)
📝 .github/workflows/golang-test-linux.yml (+3 -3)
📝 .github/workflows/golang-test-windows.yml (+4 -14)
📝 .goreleaser.yaml (+3 -0)
📝 client/ui/client_ui.go (+4 -0)

📄 Description

Add build for 32 bits linux

improved windows test time

relates to #372


🔄 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/374 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 6/28/2022 **Status:** ✅ Merged **Merged:** 7/1/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `support-32-bit` --- ### 📝 Commits (7) - [`ca5874c`](https://github.com/netbirdio/netbird/commit/ca5874cf15a812d02f6f47d57136e39f53cc34c2) Add 32 bits linux build and packaging - [`aaf0c52`](https://github.com/netbirdio/netbird/commit/aaf0c52b9bf84087963dbdb2e7e96f783ce75342) add CGO_ENABLED=1 - [`0ef7dd8`](https://github.com/netbirdio/netbird/commit/0ef7dd897986f29508aed4b1e6ea8de06d54c8a1) Skip ui build on 32bits linux - [`9624f97`](https://github.com/netbirdio/netbird/commit/9624f977e4d175ee1728017382a4d1d0f9bd5cc0) list golang cache dir on windows - [`f1b845a`](https://github.com/netbirdio/netbird/commit/f1b845ad096d261c54a7af0a3bde8ee267ed8593) continue on failure - [`afcc4a8`](https://github.com/netbirdio/netbird/commit/afcc4a812e7d76b7a2a832a5545ba3df8a5fd67a) check build cache - [`4eb1d2a`](https://github.com/netbirdio/netbird/commit/4eb1d2a6d7e532b25e0b8cce78f169b1b3993a27) Remove test steps ### 📊 Changes **5 files changed** (+15 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golang-test-darwin.yml` (+1 -4) 📝 `.github/workflows/golang-test-linux.yml` (+3 -3) 📝 `.github/workflows/golang-test-windows.yml` (+4 -14) 📝 `.goreleaser.yaml` (+3 -0) 📝 `client/ui/client_ui.go` (+4 -0) </details> ### 📄 Description Add build for 32 bits linux improved windows test time relates to #372 --- <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 02:06:09 -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#12547