mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
Update image_builder
This commit is contained in:
parent
1b13c0e1b3
commit
bdeaba7ef3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ function get_arch()
|
|||
{
|
||||
local architecture
|
||||
if uname -m | grep -q "arm64" || uname -m | grep -q "aarch64"; then
|
||||
architecture="aarch64"
|
||||
architecture="arm64"
|
||||
elif uname -m | grep -q "64"; then
|
||||
architecture="amd64"
|
||||
elif uname -m | grep -q "86"; then
|
||||
|
|
Loading…
Reference in a new issue