mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 11:58:41 +00:00
static-build: Adjust ARCH for nydus
When building from aarch64, just use "arm64" as that's what's used in the name of the released nydus tarballs. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -436,6 +436,8 @@ install_virtiofsd() {
|
||||
|
||||
# Install static nydus asset
|
||||
install_nydus() {
|
||||
[ "${ARCH}" == "aarch64" ] && ARCH=arm64
|
||||
|
||||
install_cached_tarball_component \
|
||||
"nydus" \
|
||||
"${jenkins_url}/job/kata-containers-main-nydus-$(uname -m)/${cached_artifacts_path}" \
|
||||
|
Reference in New Issue
Block a user