Commit 0e18caca by Natanael Copa Committed by Stéphane Graber

lxc-alpine: add support for architecture arm

parent a91365ee
...@@ -368,6 +368,9 @@ case "$arch" in ...@@ -368,6 +368,9 @@ case "$arch" in
;; ;;
x86_64|"") x86_64|"")
;; ;;
arm*)
apk_arch=armhf
;;
*) *)
die "unsupported architecture: $arch" die "unsupported architecture: $arch"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment