Skip to content

Commit 1f4d608

Browse files
committed
tooling: Remove ubuntu-18.04 from default builds
1 parent 47e4bf1 commit 1f4d608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PROJECT_ROOT := $(dir $(abspath $(lastword ${MAKEFILE_LIST})))
66
PROJECT_VERSION := $(shell make --no-print-directory -C ${PROJECT_ROOT} -f Makefile.package info-version)
77

88
UBUNTU_NAME := ubuntu
9-
UBUNTU_VERSIONS := 18.04 20.04 22.04
9+
UBUNTU_VERSIONS := 20.04 22.04
1010

1111
DOCKER := DOCKER_BUILDKIT=1 docker
1212
DOCKER_IMAGE_NAME := cloe/cloe-engine

0 commit comments

Comments
 (0)