commit da1db945e8f5c7ea4662ffc507f3ff951521d226
parent d4b77b1af47a469326a65b708356b972edd8317a
Author: triesap <tyson@radroots.org>
Date: Thu, 23 Apr 2026 21:20:17 +0000
build: configure cross release backend
- set package metadata release build backend to cross
- keep the manifest as the source of build backend truth for releasectl
- preserve existing workspace dependency and runtime settings
- enable deterministic docker-backed linux artifact builds in the release lane
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -7,6 +7,9 @@ rust-version = "1.92.0"
license = "AGPL-3.0"
description = "Radroots daemon binary"
+[package.metadata.radroots_release.build]
+backend = "cross"
+
[workspace]
resolver = "2"