pkg: Disable some packages for arm64

They either won't work or the packages are specific
to x86_64 like the DfM or VMware packages.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-08-03 15:49:10 +01:00
parent e44783fea1
commit fee2a62f26
11 changed files with 13 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
IMAGE=vpnkit-expose-port
DEPS=$(wildcard *.go)
NETWORK=1
ARCHES=x86_64
include ../package.mk