mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
pkglib.sh uses BUILD_ARCH and DEB_ARCH which are by default not set and hence take the value of x86_64 and amd64 respectively. Make this architecture specific. Fixes: #154 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com