Update image_builder

This commit is contained in:
yalh76 2022-09-09 02:49:02 +02:00
parent 1b13c0e1b3
commit bdeaba7ef3

View file

@ -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