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 e724bd6 + e793dfb commit 7f5e81cCopy full SHA for 7f5e81c
Dockerfile.konflux
@@ -21,7 +21,7 @@ COPY internal/ internal/
21
# was called. For example, if we call make image-build in a local env which has the Apple Silicon M1 SO
22
# the docker BUILDPLATFORM arg will be linux/arm64 when for Apple x86 it will be linux/amd64. Therefore,
23
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
24
-RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod=mod -a -o bin/llm-d-routing-sidecar cmd/cmd.go
+RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod=mod -a -o bin/llm-d-routing-sidecar cmd/cmd.go
25
26
FROM registry.access.redhat.com/ubi9/ubi:latest
27
WORKDIR /
0 commit comments