File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARG XX_VERSION=1.1.2
20
20
ARG GOLANGCI_LINT_VERSION=v1.49.0
21
21
ARG ADDLICENSE_VERSION=v1.0.0
22
22
23
- ARG BUILD_TAGS="e2e,kube "
23
+ ARG BUILD_TAGS="e2e"
24
24
ARG DOCS_FORMATS="md,yaml"
25
25
ARG LICENSE_FILES=".*\( Dockerfile\| Makefile\|\. go\|\. hcl\|\. sh\) "
26
26
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ PKG := github.com/docker/compose/v2
16
16
VERSION ?= $(shell git describe --match 'v[0-9]* ' --dirty='.m' --always --tags)
17
17
18
18
GO_LDFLAGS ?= -s -w -X ${PKG}/internal.Version=${VERSION}
19
- GO_BUILDTAGS ?= e2e,kube
19
+ GO_BUILDTAGS ?= e2e
20
20
21
21
ifeq ($(OS ) ,Windows_NT)
22
22
DETECTED_OS = Windows
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ variable "GO_VERSION" {
17
17
}
18
18
19
19
variable "BUILD_TAGS" {
20
- default = " e2e,kube "
20
+ default = " e2e"
21
21
}
22
22
23
23
variable "DOCS_FORMATS" {
You can’t perform that action at this time.
0 commit comments