fix: generalize Debian builder 'built' sentinel

... to all debian versions, by using a % in the Makefile.
This commit is contained in:
Martin Kennedy 2022-05-24 17:03:21 -04:00
parent 1367486488
commit e0b62e4b47

View File

@ -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