From 10ea8dbf71e38c1e99441a0a9c202c076c8b1569 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Fri, 13 Oct 2023 17:55:24 -0700 Subject: [PATCH] fixed https://github.com/caprover/caprover/issues/1410 --- src/utils/CaptainInstaller.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/utils/CaptainInstaller.ts b/src/utils/CaptainInstaller.ts index 8381f3c..a1af1ff 100644 --- a/src/utils/CaptainInstaller.ts +++ b/src/utils/CaptainInstaller.ts @@ -51,14 +51,6 @@ function checkSystemReq() { console.log(' Ubuntu detected.') } - if (output.Architecture.toLowerCase().indexOf('x86') < 0) { - console.log( - '******* Warning ******* Default CapRover is compiled for X86 CPU. To use CapRover on other CPUs you can build from the source code' - ) - } else { - console.log(' X86 CPU detected.') - } - const totalMemInMb = Math.round(output.MemTotal / 1000.0 / 1000.0) if (totalMemInMb < 1000) {