We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dac2c commit c8d6604Copy full SHA for c8d6604
Dockerfile
@@ -16,7 +16,7 @@ RUN go mod download
16
COPY . .
17
18
# Build
19
-RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o wave -ldflags="-X main.VERSION=${VERSION}" ./cmd/manager
+RUN CGO_ENABLED=0 GOOS=linux go build -a -o wave -ldflags="-X main.VERSION=${VERSION}" ./cmd/manager
20
21
# Copy the controller-manager into a thin image
22
FROM alpine:3.11
0 commit comments