From 9383bb41cb1676b291e966115a6f8084f38c8340 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 10 May 2022 18:08:51 +0530 Subject: [PATCH] remove BUILD_PLATFORM variable setting from the makefile as the tuple of BUILD_PLATFORM changed for release-tools for multi-arch builds, we need to change either correct the variable in the repo or delegate that setting to csi-release-tool setting Signed-off-by: Humble Chirammal --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 948056c0..a574d49d 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,3 @@ all: build include release-tools/build.make -BUILD_PLATFORMS=linux amd64; linux arm -arm; linux arm64 -arm64; linux ppc64le -ppc64le; linux s390x -s390x