summaryrefslogtreecommitdiffstats
path: root/main/lxc/0002-lxc-alpine-add-arm.patch
blob: 2ec898a918365409f0b8e1b96187e796285982ef (plain)
1
2
3
4
5
6
7
8
9
10
--- lxc-0.9.0.orig/templates/lxc-alpine.in
+++ lxc-0.9.0/templates/lxc-alpine.in
@@ -334,6 +334,7 @@
 	x86)
 		lxc_arch=i686;;
 	x86_64|"") ;;
+	arm*)	apk_arch=armhf;;
 	*)	die "unsupported architecture: $arch";;
 esac