[PR #227] [CLOSED] ci: Add binaries to releases to avoid rebuilding on install #8993

Closed
opened 2026-05-23 03:55:20 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/227
Author: @slowsage
Created: 7/6/2023
Status: Closed

Base: masterHead: release.yml


📝 Commits (1)

  • 8a73bca ci: upload binary to release for linux x86_64

📊 Changes

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

View changed files

.github/workflows/release.yml (+154 -0)

📄 Description

I want to get cargo binstall working so the install time can be cut down. As a first step, i have added one target: x86_64-linux-gnu. I have left he boiler plate code for the other targets from https://github.com/nicolas-van/rust-cross-compile-example commented out so they can be added if someone can get them working.


🔄 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/JakeStanger/ironbar/pull/227 **Author:** [@slowsage](https://github.com/slowsage) **Created:** 7/6/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `release.yml` --- ### 📝 Commits (1) - [`8a73bca`](https://github.com/JakeStanger/ironbar/commit/8a73bca485ac131f23cef555bb625b5e4496fe3b) ci: upload binary to release for linux x86_64 ### 📊 Changes **1 file changed** (+154 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/release.yml` (+154 -0) </details> ### 📄 Description I want to get cargo binstall working so the install time can be cut down. As a first step, i have added one target: x86_64-linux-gnu. I have left he boiler plate code for the other targets from https://github.com/nicolas-van/rust-cross-compile-example commented out so they can be added if someone can get them working. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:55:20 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#8993
No description provided.