Skip to content

Commit

Permalink
tooling: Remove ubuntu-18.04 from default builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed May 6, 2024
1 parent 47e4bf1 commit 1f4d608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROJECT_ROOT := $(dir $(abspath $(lastword ${MAKEFILE_LIST})))
PROJECT_VERSION := $(shell make --no-print-directory -C ${PROJECT_ROOT} -f Makefile.package info-version)

UBUNTU_NAME := ubuntu
UBUNTU_VERSIONS := 18.04 20.04 22.04
UBUNTU_VERSIONS := 20.04 22.04

DOCKER := DOCKER_BUILDKIT=1 docker
DOCKER_IMAGE_NAME := cloe/cloe-engine
Expand Down

0 comments on commit 1f4d608

Please sign in to comment.