Skip to content

Commit 9cf239b

Browse files
committed
Remove s390s check
Signed-off-by: Yohei Ueda <[email protected]>
1 parent 641094f commit 9cf239b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/install.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,10 +1101,6 @@ async fn prepare_install(
11011101
crate::cli::require_root()?;
11021102
require_host_pidns()?;
11031103

1104-
if cfg!(target_arch = "s390x") {
1105-
anyhow::bail!("Installation is not supported on this architecture yet");
1106-
}
1107-
11081104
let rootfs = cap_std::fs::Dir::open_ambient_dir("/", cap_std::ambient_authority())
11091105
.context("Opening /")?;
11101106

0 commit comments

Comments
 (0)