tag:github.com,2008:https://github.com/GoPlasmatic/Orion/releasesTags from Orion2026-04-11T04:49:17Ztag:github.com,2008:Repository/1163732401/v0.1.12026-04-11T05:01:28Zv0.1.1<p>Fix Cargo.lock version to match 0.1.1 bump</p>
<p>Cargo.lock still had orion-server at 0.1.0 after the version bump,
<br />causing cargo publish --locked to fail in CI.</p>github-actionstag:github.com,2008:Repository/1163732401/v0.1.02026-04-09T13:17:16Zv0.1.0<p>Optimize build workflows: native Docker runners, cargo-chef, CI split</p>
<p>Docker Release:
<br />- Replace QEMU emulation (~2h) with parallel native runners (~10 min)
<br /> - linux/amd64 on ubuntu-22.04
<br /> - linux/arm64 on ubuntu-22.04-arm
<br />- Merge into multi-arch manifest after parallel builds
<br />- ACR mirror step preserved as optional</p>
<p>Dockerfile:
<br />- Add cargo-chef for dependency layer caching
<br />- Subsequent builds with only source changes skip dependency compilation</p>
<p>CI:
<br />- Split format check into its own job (no compilation needed, ~30s)
<br />- Rename lint job for clarity</p>github-actions