[PR #120] [MERGED] Removed installer and add workflow dispatch #2556

Closed
opened 2025-11-20 07:11:35 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/120
Author: @mlsmaycon
Created: 9/21/2021
Status: Merged
Merged: 9/25/2021
Merged by: @braginini

Base: mainHead: windows-bin-sign


📝 Commits (1)

  • b0dc676 Removed installer and add workflow dispatch

📊 Changes

1 file changed (+8 additions, -23 deletions)

View changed files

📝 .github/workflows/release.yml (+8 -23)

📄 Description

This change means that we will be building the binary files for windows, and a private repository action will be handling signing, installer generation and updating the release with the Signed versions of the client and its installer.

The reason for that is that we need a Self-hosted runner with a Windows server in order to sign the packages using the certificate from Certum. This will allow us to safely run the signing workflow without disabling all incoming PRs.

We should consider in the near future a replacement for the certificate provider.


🔄 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/120 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 9/21/2021 **Status:** ✅ Merged **Merged:** 9/25/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `windows-bin-sign` --- ### 📝 Commits (1) - [`b0dc676`](https://github.com/netbirdio/netbird/commit/b0dc676f651a86f66f5de0617922349f26e16c55) Removed installer and add workflow dispatch ### 📊 Changes **1 file changed** (+8 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+8 -23) </details> ### 📄 Description This change means that we will be building the binary files for windows, and a private repository action will be handling signing, installer generation and updating the release with the Signed versions of the client and its installer. The reason for that is that we need a Self-hosted runner with a Windows server in order to sign the packages using the certificate from Certum. This will allow us to safely run the signing workflow without disabling all incoming PRs. We should consider in the near future a replacement for the certificate provider. --- <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 2025-11-20 07:11:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2556