fix: generalize Debian builder 'built' sentinel
... to all debian versions, by using a % in the Makefile.
This commit is contained in:
parent
1367486488
commit
e0b62e4b47
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
|
||||
# the same ways.
|
||||
${docker_src}/built/debian_10.sentinel:
|
||||
docker pull "debian:10" && touch $@;
|
||||
${docker_src}/built/debian_%.sentinel:
|
||||
docker pull "debian:$*" && touch $@;
|
||||
|
||||
# For example, the main openwrt builder container is built specific to
|
||||
# a remote and a commit. [Basing this container on a main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user