We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dd9bc commit 055fc82Copy full SHA for 055fc82
Makefile
@@ -55,7 +55,7 @@ BUILDTAGS ?= \
55
$(shell hack/btrfs_tag.sh) \
56
$(shell hack/systemd_tag.sh) \
57
$(shell hack/libsubid_tag.sh) \
58
- seccomp
+ $(if $(filter linux,$(GOOS)), seccomp,)
59
# allow downstreams to easily add build tags while keeping our defaults
60
BUILDTAGS += ${EXTRA_BUILDTAGS}
61
# N/B: This value is managed by Renovate, manual changes are
0 commit comments