mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
chore(build): print kernel architecture during fetch
This commit is contained in:
parent
a71375e4ad
commit
a6d4da8bac
@ -26,6 +26,7 @@ async fn main() -> Result<()> {
|
||||
fs::create_dir_all("target/kernel").await?;
|
||||
|
||||
let arch = env::var("TARGET_ARCH").map_err(|_| anyhow!("missing TARGET_ARCH env var"))?;
|
||||
println!("kernel architecture: {}", arch);
|
||||
let platform = OciPlatform::new(
|
||||
Os::Linux,
|
||||
match arch.as_str() {
|
||||
|
Loading…
Reference in New Issue
Block a user