We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1f851 commit 70af0dcCopy full SHA for 70af0dc
Makefile
@@ -12,9 +12,8 @@ TAG_SUFFIX ?= $(shell echo "-$(BASE_IMAGE)" | $(SED) 's|:|-|g' | $(
12
VCS_REF := $(shell git rev-parse --short HEAD)
13
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
14
PLATFORM ?= linux/amd64,linux/386,linux/arm64,linux/arm/v7
15
-RELEASES ?= latest stable 23.3.5
+RELEASES ?= stable 23.3.5
16
STABLE ?= 23.3.5
17
-LATEST ?= 24.0.5
18
BUILD_PROGRESS ?= auto
19
BUILD_OUTPUT ?= type=registry
20
BUILD_TYPE ?= release
@@ -35,9 +34,6 @@ $(RELEASES):
35
34
if [ "$(@)" == "stable" ]; \
36
then \
37
MESA_VERSION="$(STABLE)"; \
38
- elif [ "$(@)" == "latest" ]; \
39
- then \
40
- MESA_VERSION="$(LATEST)"; \
41
else \
42
MESA_VERSION="$(@)"; \
43
fi; \
0 commit comments