aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc/add-support-for-s390x-in-template.patch
blob: ee2466d9cd4e6f7ae765c03e53929f3ffc1c8fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in
index 768e690..f14f4ea 100644
--- a/templates/lxc-alpine.in
+++ b/templates/lxc-alpine.in
@@ -130,6 +130,7 @@ parse_arch() {
 		armv7) echo 'armv7';;
 		arm*) echo 'armhf';;
 		ppc64le) echo 'ppc64le';;
+		s390x) echo 's390x';;
 		*) return 1;;
 	esac
 }