From 01ad4e5e397868c447014c680ef6bbb4ab621f76 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Sat, 10 Sep 2016 17:15:37 +0100 Subject: [PATCH] remove arm build code, needs reworking Signed-off-by: Justin Cormack --- alpine/packages/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/alpine/packages/Makefile b/alpine/packages/Makefile index 580ba5bd5..a0cea13b5 100644 --- a/alpine/packages/Makefile +++ b/alpine/packages/Makefile @@ -10,11 +10,6 @@ all: $(MAKE) -C 9pmount-vsock OS=linux $(MAKE) -C iptables OS=linux -arm: - $(MAKE) -C docker arm OS=Linux ARCH=arm - # Not cross building at present (C code) - # $(MAKE) -C diagnostics OS=linux ARCH=arm - clean: $(MAKE) -C proxy clean $(MAKE) -C diagnostics clean