From df3e412e9b3defadc1f7d21810a88f270bb479ef Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Tue, 26 Nov 2024 19:32:06 +0300 Subject: Add lmde6 32bit build (#3297) (#3298) --- bin/build-distribution-archives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-distribution-archives') diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives index 4f4484f3..eec3b011 100644 --- a/bin/build-distribution-archives +++ b/bin/build-distribution-archives @@ -104,7 +104,7 @@ if [ "$BUILD" = "windows" ]; then fi fi -if [ "$BUILD" = "linux" ]; then +if [ "$BUILD" = "linux" ] || [ "$BUILD" = "linux32" ]; then if [[ "$VERSION" =~ ^v[0-9][.0-9]+$ ]]; then VERSION=${VERSION#v} else -- cgit v1.2.3