Skip to content

Commit 12aab55

Browse files
committed
Always run build stage on the host platform
Since we're building JVM code, this shouldn't matter anyway.
1 parent 21add57 commit 12aab55

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
@@ -1,7 +1,7 @@
11
# Running this container will start a language server that listens for TCP connections on port 49100
22
# Every connection will be run in a forked child process
33

4-
FROM eclipse-temurin:11 AS builder
4+
FROM --platform=$BUILDPLATFORM eclipse-temurin:11 AS builder
55

66
WORKDIR /src/kotlin-language-server
77

0 commit comments

Comments
 (0)