mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
registry admin script (#2426)
* registryadmin scripts Add `start-sdk publish` command which can potentially replace the Haskell implementation of `registry-publish upload` * restructure modules --------- Co-authored-by: Sam Sartor <me@samsartor.com>
This commit is contained in:
@@ -112,7 +112,7 @@ pub struct HardwareRequirements {
|
||||
#[serde(default)]
|
||||
device: BTreeMap<String, Regex>,
|
||||
ram: Option<u64>,
|
||||
arch: Option<Vec<String>>,
|
||||
pub arch: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user