Set up action to build compiled binaries on release #48

Closed
opened 2026-07-07 23:46:01 +00:00 by javif89 · 0 comments
Owner

In the future, I want to set up better nix packaging. One of those pieces is the user not having to recompile waycast on every update.

We should have an action that compiles binaries for the target systems on every release, and attaches those artifacts to the release. This is common practice in most software projects.

Tools to check out for this purpose:

  • Cargo release (bump version + generate commands + commit back to master)
  • Cargo dist (build binaries)
In the future, I want to set up better nix packaging. One of those pieces is the user not having to recompile waycast on every update. We should have an action that compiles binaries for the target systems on every release, and attaches those artifacts to the release. This is common practice in most software projects. Tools to check out for this purpose: - Cargo release (bump version + generate commands + commit back to master) - Cargo dist (build binaries)
javif89 self-assigned this 2026-07-08 03:55:00 +00: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
waycasthq/waycast#48
No description provided.