From 5f8f90d71ab3a79cc9703cd9397a612333003f23 Mon Sep 17 00:00:00 2001 From: Yonatan Kahana Date: Sun, 21 Feb 2021 20:41:25 +0200 Subject: [PATCH] Add arm7 to multiarch build Signed-off-by: Yonatan Kahana --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31d1b4f3..948056c0 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ all: build include release-tools/build.make -BUILD_PLATFORMS=linux amd64; linux arm64 -arm64; linux ppc64le -ppc64le; linux s390x -s390x +BUILD_PLATFORMS=linux amd64; linux arm -arm; linux arm64 -arm64; linux ppc64le -ppc64le; linux s390x -s390x