ci: rename release artifacts to target-triple form (home#212) #139

Merged
mik-tf merged 1 commit from development_mik_release_assets into development 2026-05-04 23:01:55 +00:00
Owner

Per lhumina_code/home#212, release assets should embed the full target triple in their suffix so consumers can match a single canonical name across producers.

  • linux-amd64-musl -> x86_64-unknown-linux-musl
  • linux-arm64-gnu -> aarch64-unknown-linux-gnu

Naming-only change; matrix targets (build inputs) are unchanged.

The prior tag (v0.1.0) failed to publish because FORGEJO_TOKEN lacked write:repository scope (HTTP 403 on the release POST). Token has been rotated with the correct scope; once this PR lands a fresh v0.1.0-rc1 tag will exercise the corrected workflow.

Workspace pre-merge gate locally green: cargo fmt --check, cargo clippy --workspace --all-targets -- -D warnings, cargo build --workspace --release all clean.

Signed-off-by: mik-tf

Per https://forge.ourworld.tf/lhumina_code/home/issues/212, release assets should embed the full target triple in their suffix so consumers can match a single canonical name across producers. - linux-amd64-musl -> x86_64-unknown-linux-musl - linux-arm64-gnu -> aarch64-unknown-linux-gnu Naming-only change; matrix targets (build inputs) are unchanged. The prior tag (v0.1.0) failed to publish because FORGEJO_TOKEN lacked write:repository scope (HTTP 403 on the release POST). Token has been rotated with the correct scope; once this PR lands a fresh v0.1.0-rc1 tag will exercise the corrected workflow. Workspace pre-merge gate locally green: cargo fmt --check, cargo clippy --workspace --all-targets -- -D warnings, cargo build --workspace --release all clean. Signed-off-by: mik-tf
ci: rename release artifacts to target-triple form
All checks were successful
CI / build (pull_request) Successful in 2m28s
599258d553
Per lhumina_code/home#212, release
assets should embed the full target triple in their suffix so
consumers can match a single canonical name across producers.

  linux-amd64-musl  -> x86_64-unknown-linux-musl
  linux-arm64-gnu   -> aarch64-unknown-linux-gnu

Naming-only change; matrix targets (build inputs) are unchanged.

Signed-off-by: mik-tf
mik-tf merged commit 46a30ed74a into development 2026-05-04 23:01:55 +00:00
mik-tf deleted branch development_mik_release_assets 2026-05-04 23:01:56 +00:00
Sign in to join this conversation.
No reviewers
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
lhumina_code/hero_whiteboard!139
No description provided.