summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-12-27 15:43:01 +0100
committerRoland Reichwein <mail@reichwein.it>2021-12-27 15:43:01 +0100
commitd99c6e89870c04fc81c39e0a3a11e524bd1a591e (patch)
tree224085348c8577276fd12f032fa4e80e66f6b0f7
parentefac36b971ecadbe0af1ca9a425417141c61492a (diff)
Fix broken i386 build in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \