snap: remove QEMU_ARCH variable

QEMU_ARCH variable is not needed

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2018-12-04 09:00:04 -06:00
parent 645728dc71
commit 0c06e0356e

View File

@ -25,7 +25,6 @@ parts:
unset GOROOT
export GOPATH=$(realpath ../go)
cd ${GOPATH}/src/github.com/${SNAPCRAFT_PROJECT_NAME}/runtime
QEMU_ARCH=$(arch)
make \
PREFIX=/snap/${SNAPCRAFT_PROJECT_NAME}/current/usr
make install \