Merge pull request #22178 from dcermak/makefile_extra_build_tags
Inject additional build tags from the environment
This commit is contained in:
commit
d470e7ee7d
2
Makefile
2
Makefile
|
|
@ -57,6 +57,8 @@ BUILDTAGS ?= \
|
|||
$(shell hack/libsubid_tag.sh) \
|
||||
exclude_graphdriver_devicemapper \
|
||||
seccomp
|
||||
# allow downstreams to easily add build tags while keeping our defaults
|
||||
BUILDTAGS += ${EXTRA_BUILDTAGS}
|
||||
# N/B: This value is managed by Renovate, manual changes are
|
||||
# possible, as long as they don't disturb the formatting
|
||||
# (i.e. DO NOT ADD A 'v' prefix!)
|
||||
|
|
|
|||
Loading…
Reference in New Issue