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 <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-05-10 18:08:51 +05:30
parent 485d0f2552
commit 9383bb41cb
1 changed files with 0 additions and 1 deletions

View File

@ -17,4 +17,3 @@ all: build
include release-tools/build.make include release-tools/build.make
BUILD_PLATFORMS=linux amd64; linux arm -arm; linux arm64 -arm64; linux ppc64le -ppc64le; linux s390x -s390x