From d99c6e89870c04fc81c39e0a3a11e524bd1a591e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 27 Dec 2021 15:43:01 +0100 Subject: Fix broken i386 build in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55cb5d5..89fc609 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ include common.mk VERSION=$(shell dpkg-parsechangelog --show-field Version) -DISTROS=base base-i386 debian10 debian11 ubuntu2004 ubuntu2104 ubuntu2110 ubuntu2204 +DISTROS=base debian10 debian11 ubuntu2004 ubuntu2104 ubuntu2110 ubuntu2204 PROJECTNAME=webserver PLUGINS= \ cgi \ -- cgit v1.2.3