You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# `skaffold debug` sets SKAFFOLD_GO_GCFLAGS to disable compiler optimizations
8
-
ARG SKAFFOLD_GO_GCFLAGS
9
-
RUN CGO_ENABLED=0 go build -gcflags="${SKAFFOLD_GO_GCFLAGS}" -o hcloud-cloud-controller-manager.bin github.com/hetznercloud/hcloud-cloud-controller-manager
# `skaffold debug` sets SKAFFOLD_GO_GCFLAGS to disable compiler optimizations
8
+
ARG SKAFFOLD_GO_GCFLAGS
9
+
RUN CGO_ENABLED=0 go build -gcflags="${SKAFFOLD_GO_GCFLAGS}" -o hcloud-cloud-controller-manager.bin github.com/hetznercloud/hcloud-cloud-controller-manager
0 commit comments