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 b3a3641 commit b459a65Copy full SHA for b459a65
hack/build/Dockerfile
@@ -15,7 +15,7 @@ COPY pkg/ pkg/
15
COPY vendor/ vendor/
16
17
# Build
18
-RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-linkmode external -extldflags -static" -o manager ./cmd/main.go
+RUN GOOS=linux GOARCH=amd64 go build -ldflags "-linkmode external -extldflags -static" -o manager ./cmd/main.go
19
20
21
FROM alpine
0 commit comments