From a1ce176fc461761ad0229a510daa2a62fe301ea3 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 2 Feb 2022 13:50:24 +0100 Subject: [PATCH] Ensure that Ubuntu20.04 images also build Signed-off-by: Evan Lezar --- build/container/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/container/Makefile b/build/container/Makefile index 3bda4970..47bb01dd 100644 --- a/build/container/Makefile +++ b/build/container/Makefile @@ -83,7 +83,7 @@ $(BUILD_TARGETS): build-%: $(ARTIFACTS_ROOT) build-ubuntu%: BASE_DIST = $(*) build-ubuntu%: DOCKERFILE_SUFFIX := ubuntu build-ubuntu%: PACKAGE_ARCH := amd64 -build-ubuntu%: PACKAGE_DIST = $(BASE_DIST) +build-ubuntu%: PACKAGE_DIST = ubuntu18.04 build-ubuntu%: PACKAGE_VERSION := $(LIB_VERSION)$(if $(LIB_TAG),~$(LIB_TAG)) # TODO: Update this to use the centos8 packages