Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisakaNo の 小破站 <122191366+Misaka-blog@users.noreply.github.com>2024-04-01 12:11:58 +0300
committerGitHub <noreply@github.com>2024-04-01 12:11:58 +0300
commit44b7eb881cb2ff2142f3566913c1e70ee8106556 (patch)
tree3a823b42a871050375e8dc20e2c85baa10e71d9e /README.md
parent9b1146780ce62eaf663ad382436809620d335c41 (diff)
Add s390x arch support (#2172)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a77c8835..5782d7ed 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@ case "${ARCH}" in
armv7* | armv7) XUI_ARCH="armv7" ;;
armv6* | armv6) XUI_ARCH="armv6" ;;
armv5* | armv5) XUI_ARCH="armv5" ;;
+ s390x) echo 's390x' ;;
*) XUI_ARCH="amd64" ;;
esac
@@ -97,6 +98,7 @@ case "${ARCH}" in
armv7* | armv7) XUI_ARCH="armv7" ;;
armv6* | armv6) XUI_ARCH="armv6" ;;
armv5* | armv5) XUI_ARCH="armv5" ;;
+ s390x) echo 's390x' ;;
*) XUI_ARCH="amd64" ;;
esac
@@ -205,6 +207,8 @@ Our platform offers compatibility with a diverse range of architectures and devi
- **armv6 / arm / arm32**: Geared towards very old embedded devices, this architecture, while less prevalent, is still in use. Devices such as Raspberry Pi 1, Raspberry Pi Zero/Zero W, rely on this architecture.
- **armv5 / arm / arm32**: An older architecture primarily associated with early embedded systems, it is less common today but may still be found in legacy devices like early Raspberry Pi versions and some older smartphones.
+
+- **s390x**: This architecture is commonly used in IBM mainframe computers and offers high performance and reliability for enterprise workloads.
</details>
## Languages