We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa16f7 commit d5d2a64Copy full SHA for d5d2a64
Makefile
@@ -5,7 +5,7 @@ GOPKGDIR := $(FIRST_GOPATH)/src/$(PKG_PATH)
5
GOPKGBASEDIR ?= $(shell dirname "$(GOPKGDIR)")
6
GOBIN := $(shell $(GO) env GOBIN)
7
BUILDFLAGS := -mod=vendor $(BUILDFLAGS)
8
-BUILDTAGS := "exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp remote"
+BUILDTAGS := "exclude_graphdriver_devicemapper exclude_graphdriver_btrfs containers_image_openpgp remote"
9
COVERAGE_PATH ?= .coverage
10
TARGET = podman-tui
11
BIN = ./bin
0 commit comments