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

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

Per home#212.

build-linux.yaml matrix artifact fields renamed:

  • linux-amd64x86_64-unknown-linux-musl
  • linux-arm64aarch64-unknown-linux-gnu (honest gnu — workflow target was already gnu)

All 6 existing v0.3.2 assets renamed via Forgejo asset-PATCH API in lockstep.

Consumer-side service_db.nu updated in lockstep on hero_skills development_mik_home212_consumer branch (suffix flipped from default linux-amd64 to explicit x86_64-unknown-linux-musl).

Per [home#212](https://forge.ourworld.tf/lhumina_code/home/issues/212). `build-linux.yaml` matrix `artifact` fields renamed: - `linux-amd64` → `x86_64-unknown-linux-musl` - `linux-arm64` → `aarch64-unknown-linux-gnu` (honest gnu — workflow target was already gnu) All 6 existing v0.3.2 assets renamed via Forgejo asset-PATCH API in lockstep. Consumer-side `service_db.nu` updated in lockstep on hero_skills `development_mik_home212_consumer` branch (suffix flipped from default `linux-amd64` to explicit `x86_64-unknown-linux-musl`).
ci: rename release artifacts to target-triple shape (home#212)
All checks were successful
CI / cargo check + clippy (pull_request) Successful in 1m26s
CI / cargo test (pull_request) Successful in 2m47s
Build and Test / build (pull_request) Successful in 5m44s
7343139138
Before: hero_db{,_server,_ui}-{linux-amd64,linux-arm64}
After:  hero_db{,_server,_ui}-{x86_64-unknown-linux-musl,aarch64-unknown-linux-gnu}

The arm64 build target is gnu (not musl) per the existing
matrix.target — the rename makes the asset name honestly reflect that.

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

Refs lhumina_code/home#212

Signed-off-by: mik-tf
mik-tf merged commit 33df72e98e into development 2026-05-06 16:03:44 +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_db!27
No description provided.