Skip to content

Commit a4baad5

Browse files
committed
chore: remove build of old versions
1 parent 94f6a19 commit a4baad5

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

Makefile

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,7 @@ define build-image
2020
docker system prune --all -f
2121
endef
2222

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")
23+
all: 14 15 16 17 18
3624

3725
14:
3826
$(call build-image,"14","3","bookworm")
@@ -45,3 +33,6 @@ all: 10 11 12 13 14 15 16
4533

4634
17:
4735
$(call build-image,"17","3","bookworm")
36+
37+
18:
38+
$(call build-image,"17","3","bookworm")

0 commit comments

Comments
 (0)