From bd60e8fab6052720c0a1d31a0237ba0f3ab67641 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 29 Apr 2026 13:20:07 +0700 Subject: [PATCH] Enable web generation for CI --- mk/ci.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/ci.mk b/mk/ci.mk index d80cc0ad..e62f6d4e 100644 --- a/mk/ci.mk +++ b/mk/ci.mk @@ -4,7 +4,7 @@ IMG_TAG?=$(shell git describe --tags) IMG_SEPARATOR?=_ IMG_DIR?=build/img/$(ARCH) OS_TEST_DIR?=build/os-test/$(ARCH) -CI_COOKBOOK_CONFIG?=CI=1 COOKBOOK_LOGS=true COOKBOOK_CLEAN_BUILD=true COOKBOOK_VERBOSE=false COOKBOOK_COMPRESSED=true +CI_COOKBOOK_CONFIG?=CI=1 COOKBOOK_LOGS=true COOKBOOK_CLEAN_BUILD=true COOKBOOK_VERBOSE=false COOKBOOK_COMPRESSED=true COOKBOOK_WEB=true # CI image target - build standard images # To leave out the build tag, set both IMG_TAG and IMG_SEPARATOR to null