Skip to content

Commit 198501e

Browse files
committed
Nitpick.
1 parent 4a1bbbf commit 198501e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN go mod download
1717
COPY . .
1818

1919
# Build the application
20-
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o mysql-auto-db-proxy main.go
20+
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -a -installsuffix cgo -o mysql-auto-db-proxy main.go
2121

2222
# Final stage
2323
FROM alpine:latest

0 commit comments

Comments
 (0)