We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f6a19 commit a4baad5Copy full SHA for a4baad5
1 file changed
Makefile
@@ -20,19 +20,7 @@ define build-image
20
docker system prune --all -f
21
endef
22
23
-all: 10 11 12 13 14 15 16
24
-
25
-10:
26
- $(call build-image,"10","3","bullseye")
27
28
-11:
29
- $(call build-image,"11","3","bookworm")
30
31
-12:
32
- $(call build-image,"12","3","bookworm")
33
34
-13:
35
- $(call build-image,"13","3","bookworm")
+all: 14 15 16 17 18
36
37
14:
38
$(call build-image,"14","3","bookworm")
@@ -45,3 +33,6 @@ all: 10 11 12 13 14 15 16
45
46
17:
47
$(call build-image,"17","3","bookworm")
+
+18:
+ $(call build-image,"17","3","bookworm")
0 commit comments