Skip to content

Commit

Permalink
fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
toelke committed May 2, 2024
1 parent 27dac2c commit c8d6604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN go mod download
COPY . .

# Build
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

# Copy the controller-manager into a thin image
FROM alpine:3.11
Expand Down

0 comments on commit c8d6604

Please sign in to comment.