container: add gnu c compiler for the arm64 arch

This commit is contained in:
Ramon Roche 2022-02-01 20:40:49 -08:00
parent 104ea0c53a
commit c19ed79237
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -175,6 +175,8 @@ if [[ $INSTALL_NUTTX == "true" ]]; then
vim-common \
g++-arm-linux-gnueabihf \
gcc-arm-linux-gnueabihf \
g++-aarch64-linux-gnu \
gcc-aarch64-linux-gnu \
;
if [[ "${UBUNTU_RELEASE}" == "20.04" ]]; then