mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-13 02:34:20 +00:00
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>
7 lines
114 B
Makefile
7 lines
114 B
Makefile
IMAGE=test-ns
|
|
NETWORK=1
|
|
DEPS=config.template.json $(wildcard *.sh)
|
|
ARCHES=x86_64
|
|
|
|
include ../../../pkg/package.mk
|