branch: externals/leaf commit 2eea8f4dec636cccdc0514d60db19ba015df0fa3 Author: Z572 <873216...@qq.com> Commit: Z572 <873216...@qq.com>
remove not supported version emacs docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76758c6..a6181ba 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TOP := $(dir $(lastword $(MAKEFILE_LIST))) UUID := $(shell ((uuidgen > /dev/null 2>&1 && uuidgen) || echo $$) | cut -c -7) -UBUNTU_EMACS := 23.4 24.1 24.5 25.1 +UBUNTU_EMACS := 24.1 24.5 25.1 ALPINE_EMACS := 25.3 26.1 26.2 DOCKER_EMACS := $(UBUNTU_EMACS:%=ubuntu-min-%) $(ALPINE_EMACS:%=alpine-min-%)