mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 11:33:49 +00:00
lxc-alpine: add support for architecture arm
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
a91365ee5e
commit
0e18cacab5
@ -368,6 +368,9 @@ case "$arch" in
|
||||
;;
|
||||
x86_64|"")
|
||||
;;
|
||||
arm*)
|
||||
apk_arch=armhf
|
||||
;;
|
||||
*)
|
||||
die "unsupported architecture: $arch"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user