Skip to content

Commit 70af0dc

Browse files
committed
feat: remove latest label, only go with version and stable from now on
1 parent 0c1f851 commit 70af0dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ TAG_SUFFIX ?= $(shell echo "-$(BASE_IMAGE)" | $(SED) 's|:|-|g' | $(
1212
VCS_REF := $(shell git rev-parse --short HEAD)
1313
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
1414
PLATFORM ?= linux/amd64,linux/386,linux/arm64,linux/arm/v7
15-
RELEASES ?= latest stable 23.3.5
15+
RELEASES ?= stable 23.3.5
1616
STABLE ?= 23.3.5
17-
LATEST ?= 24.0.5
1817
BUILD_PROGRESS ?= auto
1918
BUILD_OUTPUT ?= type=registry
2019
BUILD_TYPE ?= release
@@ -35,9 +34,6 @@ $(RELEASES):
3534
if [ "$(@)" == "stable" ]; \
3635
then \
3736
MESA_VERSION="$(STABLE)"; \
38-
elif [ "$(@)" == "latest" ]; \
39-
then \
40-
MESA_VERSION="$(LATEST)"; \
4137
else \
4238
MESA_VERSION="$(@)"; \
4339
fi; \

0 commit comments

Comments
 (0)