[PR #2270] [MERGED] run cross compile of headscale as part of build #2579

Closed
opened 2025-12-29 03:21:53 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2270
Author: @kradalby
Created: 12/4/2024
Status: Merged
Merged: 12/10/2024
Merged by: @kradalby

Base: mainHead: kradalby/build-cross


📝 Commits (3)

  • e793092 run cross compile of headscale as part of build
  • 38ecbe7 ensure libc version is same as sqlite use
  • 4160d69 document upgrading of modernc libs

📊 Changes

4 files changed (+59 additions, -15 deletions)

View changed files

📝 .github/workflows/build.yml (+26 -2)
📝 flake.nix (+1 -1)
📝 go.mod (+24 -4)
📝 go.sum (+8 -8)

📄 Description

This PR adds a cross compile build target to ensure we dont break any arches with a code/dep change.

Fixes #2188


🔄 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/juanfont/headscale/pull/2270 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 12/4/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/build-cross` --- ### 📝 Commits (3) - [`e793092`](https://github.com/juanfont/headscale/commit/e7930926e39d572ccf8c018d744f212a40b0aeef) run cross compile of headscale as part of build - [`38ecbe7`](https://github.com/juanfont/headscale/commit/38ecbe709c863fb760be1f0516de4be4b94c987c) ensure libc version is same as sqlite use - [`4160d69`](https://github.com/juanfont/headscale/commit/4160d696178f7dbad39535fd7a31e92c484daea6) document upgrading of modernc libs ### 📊 Changes **4 files changed** (+59 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+26 -2) 📝 `flake.nix` (+1 -1) 📝 `go.mod` (+24 -4) 📝 `go.sum` (+8 -8) </details> ### 📄 Description This PR adds a cross compile build target to ensure we dont break any arches with a code/dep change. Fixes #2188 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:21:53 +01:00
adam closed this issue 2025-12-29 03:21:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2579