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,4 +1,5 @@
IMAGE=rngd
DEPS:=$(wildcard cmd/rngd/*.go) $(shell find cmd/rngd/vendor)
ARCHES=x86_64
include ../package.mk