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.
2 parents 53d976b + ac888c7 commit 020a597Copy full SHA for 020a597
Makefile
@@ -96,7 +96,6 @@ endif
96
SOURCES = $(shell find . -path './.*' -prune -o \( \( -name '*.go' -o -name '*.c' \) -a ! -name '*_test.go' \) -print) Makefile
97
98
BUILDTAGS_CROSS ?= containers_image_openpgp exclude_graphdriver_btrfs exclude_graphdriver_overlay
99
-CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker)
100
OCI_RUNTIME ?= ""
101
102
# The 'sort' below is crucial: without it, 'make docs' behaves differently
0 commit comments