Files
linuxkit/test/pkg/ns/Makefile
Rolf Neugebauer 551e43294f tests: Update alpine base to multi-arch
The following packages did not work on aarch64:
- linuxkit/test-docker-bench
- linuxkit/test-ltp
- linuxkit/test-ns
- linuxkit/test-virtsock

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-08-03 17:36:22 +01:00

7 lines
114 B
Makefile

IMAGE=test-ns
NETWORK=1
DEPS=config.template.json $(wildcard *.sh)
ARCHES=x86_64
include ../../../pkg/package.mk