Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit a6d45b2

Browse files
committed
switch to go modules; fix machine delete bug in cluster-api
1 parent 246b187 commit a6d45b2

File tree

9,897 files changed

+81595
-5454233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,897 files changed

+81595
-5454233
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY cmd/ cmd/
88
COPY vendor/ vendor/
99

1010
# Build
11-
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager github.com/packethost/cluster-api-provider-packet/cmd/manager
11+
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager github.com/packethost/cluster-api-provider-packet/cmd/manager
1212

1313
# Copy the controller-manager into a thin image
1414
FROM alpine:3.10

0 commit comments

Comments
 (0)