发布

  • fix(docker): install release target in build layer

    frostbyte_neo 发布于 2026-06-18 06:29:37 +00:00

    Docker multi-arch release builds can reach the cargo build layer without the arm64 Rust stdlib available, even though the Dockerfile has an earlier target-install layer. Re-run target installation immediately before the release build so the linux/arm64 image path cannot miss core.

    Release recovery for v0.8.62 docker job failure.

    下载附件