mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 13:14:33 +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:
parent
ac88d34e0c
commit
3bf767cfcd
@ -436,6 +436,8 @@ install_virtiofsd() {
|
|||||||
|
|
||||||
# Install static nydus asset
|
# Install static nydus asset
|
||||||
install_nydus() {
|
install_nydus() {
|
||||||
|
[ "${ARCH}" == "aarch64" ] && ARCH=arm64
|
||||||
|
|
||||||
install_cached_tarball_component \
|
install_cached_tarball_component \
|
||||||
"nydus" \
|
"nydus" \
|
||||||
"${jenkins_url}/job/kata-containers-main-nydus-$(uname -m)/${cached_artifacts_path}" \
|
"${jenkins_url}/job/kata-containers-main-nydus-$(uname -m)/${cached_artifacts_path}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user