mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-07 00:14: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