[PR #1144] [MERGED] Add Android test build #14935

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1144
Author: @pappz
Created: 9/13/2023
Status: Merged
Merged: 9/13/2023
Merged by: @pappz

Base: mainHead: build-for-android


📝 Commits (6)

📊 Changes

1 file changed (+41 additions, -0 deletions)

View changed files

.github/workflows/android-build-validation.yml (+41 -0)

📄 Description

Describe your changes

Extend the CI with gomobile build.
With this step we can validate that the code can run on Android

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

🔄 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/1144 **Author:** [@pappz](https://github.com/pappz) **Created:** 9/13/2023 **Status:** ✅ Merged **Merged:** 9/13/2023 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `main` ← **Head:** `build-for-android` --- ### 📝 Commits (6) - [`12252a8`](https://github.com/netbirdio/netbird/commit/12252a8853dffc6cdf548784e6122f98e4d3a8bd) Add Android test build - [`e31337a`](https://github.com/netbirdio/netbird/commit/e31337ae042f600d07ef887333a22565261a1432) Try to fix repo path - [`9f4b78e`](https://github.com/netbirdio/netbird/commit/9f4b78e9543b655db175a44f7db66c0e39f7816f) Hardcode build cmd - [`3a56646`](https://github.com/netbirdio/netbird/commit/3a566460b7212d4f688af8a52c731bad80800227) Add missing gomobile init cmd - [`931de02`](https://github.com/netbirdio/netbird/commit/931de0215442fb15024f18d0a5506b5c04f25d8c) Fix pkg path - [`6c396df`](https://github.com/netbirdio/netbird/commit/6c396dfa3ff528a321e3e4acd3207678d3616019) Rename ### 📊 Changes **1 file changed** (+41 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/android-build-validation.yml` (+41 -0) </details> ### 📄 Description ## Describe your changes Extend the CI with gomobile build. With this step we can validate that the code can run on Android ## Issue ticket number and link ### 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 --- <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 03:06:37 -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#14935