Skip to content

Commit

Permalink
feat: build version 15 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Feb 16, 2024
1 parent b31f9a0 commit 5e1ec49
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define build-image
docker system prune --all -f
endef

all: 12 13 14
all: 12 13 14 15 16

12:
$(call build-image,"12","3")
Expand All @@ -29,3 +29,9 @@ all: 12 13 14

14:
$(call build-image,"14","3")

15:
$(call build-image,"15","3")

16:
$(call build-image,"16","3")

0 comments on commit 5e1ec49

Please sign in to comment.