Commit e3bcc51d authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: add support for arm64 debian arch

parent d0866238
......@@ -563,6 +563,8 @@ get_debian_arch()
arch='i386' ;;
'x86_64')
arch='amd64' ;;
'aarch64')
arch='arm64' ;;
esac
echo "$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