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