ci: Explicitly enable cargo-dist caching for binary artifacts building

This commit is contained in:
Vlad Frolov
2026-02-16 21:34:49 +01:00
parent 9db949746f
commit f1480f471b
+2
View File
@@ -188,6 +188,8 @@ pr-run-mode = "skip"
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = true
# Cache intermediate build artifacts to speed up the release pipelines
cache-builds = true
[workspace.metadata.dist.github-custom-runners]
aarch64-unknown-linux-gnu = "ubuntu-24.04-arm"