ci: rename release artifacts to target-triple shape (home#212) #93

Merged
mik-tf merged 1 commit from development_mik_home212_proc into development 2026-05-06 16:03:37 +00:00
Owner

Per home#212.

Change

build-linux.yaml: ${BIN}-linux-amd64${BIN}-x86_64-unknown-linux-musl for all 3 binaries (hero_proc, hero_proc_server, hero_proc_ui). The build was already targeting x86_64-unknown-linux-musl; this fixes the asset name to honestly reflect the libc.

Existing v0.4.4 assets renamed via the Forgejo asset-PATCH API in lockstep — pure metadata, no rebuild.

Verification

$ curl -sI https://forge.ourworld.tf/lhumina_code/hero_proc/releases/download/v0.4.4/hero_proc-x86_64-unknown-linux-musl | head -1
HTTP/2 200

Consumer-side service_proc.nu suffix is updated in lockstep on the hero_skills development_mik_home212_consumer branch (bundled with the other 9 consumer renames).

Refs

Per [home#212](https://forge.ourworld.tf/lhumina_code/home/issues/212). ## Change `build-linux.yaml`: `${BIN}-linux-amd64` → `${BIN}-x86_64-unknown-linux-musl` for all 3 binaries (`hero_proc`, `hero_proc_server`, `hero_proc_ui`). The build was already targeting `x86_64-unknown-linux-musl`; this fixes the asset name to honestly reflect the libc. Existing v0.4.4 assets renamed via the Forgejo asset-PATCH API in lockstep — pure metadata, no rebuild. ## Verification ``` $ curl -sI https://forge.ourworld.tf/lhumina_code/hero_proc/releases/download/v0.4.4/hero_proc-x86_64-unknown-linux-musl | head -1 HTTP/2 200 ``` Consumer-side `service_proc.nu` suffix is updated in lockstep on the hero_skills `development_mik_home212_consumer` branch (bundled with the other 9 consumer renames). ## Refs - https://forge.ourworld.tf/lhumina_code/home/issues/212
ci: rename release artifacts to target-triple shape (home#212)
Some checks failed
Tests / test (pull_request) Failing after 5m5s
Build and Test / build (pull_request) Failing after 5m42s
b7bbbf9322
Per lhumina_code/home#212.

Before: hero_proc{,_server,_ui}-linux-amd64
After:  hero_proc{,_server,_ui}-x86_64-unknown-linux-musl

Existing v0.4.4 assets renamed via Forgejo asset-PATCH API in lockstep.

Signed-off-by: mik-tf
mik-tf merged commit 15955675c4 into development 2026-05-06 16:03:37 +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_proc!93
No description provided.