fix: generalize Debian builder 'built' sentinel
... to all debian versions, by using a % in the Makefile.
This commit is contained in:
4
Makefile
4
Makefile
@@ -17,8 +17,8 @@ ${docker_src}/built/%.sentinel: ${docker_src}/%.dockerfile
|
|||||||
|
|
||||||
# Exceptions to this rule are listed below, but should handle the rule
|
# Exceptions to this rule are listed below, but should handle the rule
|
||||||
# the same ways.
|
# the same ways.
|
||||||
${docker_src}/built/debian_10.sentinel:
|
${docker_src}/built/debian_%.sentinel:
|
||||||
docker pull "debian:10" && touch $@;
|
docker pull "debian:$*" && touch $@;
|
||||||
|
|
||||||
# For example, the main openwrt builder container is built specific to
|
# For example, the main openwrt builder container is built specific to
|
||||||
# a remote and a commit. [Basing this container on a main
|
# a remote and a commit. [Basing this container on a main
|
||||||
|
|||||||
Reference in New Issue
Block a user