Skip to content

Commit

Permalink
Remove s390s check
Browse files Browse the repository at this point in the history
Signed-off-by: Yohei Ueda <[email protected]>
  • Loading branch information
yoheiueda committed Jul 18, 2024
1 parent 641094f commit 9cf239b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1101,10 +1101,6 @@ async fn prepare_install(
crate::cli::require_root()?;
require_host_pidns()?;

if cfg!(target_arch = "s390x") {
anyhow::bail!("Installation is not supported on this architecture yet");
}

let rootfs = cap_std::fs::Dir::open_ambient_dir("/", cap_std::ambient_authority())
.context("Opening /")?;

Expand Down

0 comments on commit 9cf239b

Please sign in to comment.