mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-06 00:55:16 +00:00
The musl package in ubuntu/debian could not provide everything we need on aarch64. e.g. we need `aarch64-linux-musl-gcc` as linker, and it's not provided in package. Fixes: #411 Signed-off-by: Penny Zheng <penny.zheng@arm.com>