mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-27 18:24:26 +01:00
Currently, since GOARCH is not passed as build-arg to a Dockerfile, it by default always pick's up amd64 when building it. Also pass it as --env when running it. Fixes #148 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com