From d116b90c88c64d7d130102bf4db2bb4657d4f75c Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 4 Jul 2026 18:01:22 +0300 Subject: [PATCH] Test mostly on docker latest tag --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7446452..21d58a8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .SILENT: SCHEME=chibi -DOCKER_TAG=head +DOCKER_TAG=latest RNRS=r7rs LIBRARY=system AUTHOR=Retropikzel @@ -24,6 +24,19 @@ TESTFILE=retropikzel/${LIBRARY}/test.scm PKG=retropikzel-${LIBRARY}-${VERSION}.tgz +ifeq "${SCHEME}" "capyscheme" +DOCKER_TAG=head +endif +ifeq "${SCHEME}" "chibi" +DOCKER_TAG=head +endif +ifeq "${SCHEME}" "chicken" +DOCKER_TAG=head +endif +ifeq "${SCHEME}" "gauche" +DOCKER_TAG=head +endif + all: package package: retropikzel/${LIBRARY}/VERSION retropikzel/${LIBRARY}/README.md retropikzel/${LIBRARY}/LICENSE