Skip to content

Commit 4f44f65

Browse files
committed
Switched Dockerfile TARGETPLATFORM to amd64 to maintain compatibility with intel/amd64 systems
1 parent 3f0e081 commit 4f44f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN git clone https://github.com/novnc/noVNC.git /opt/novnc \
4848
&& ln -s /opt/novnc/vnc.html /opt/novnc/index.html
4949

5050
# Set platform for ARM64 compatibility
51-
ARG TARGETPLATFORM=linux/arm64
51+
ARG TARGETPLATFORM=linux/amd64
5252

5353
# Set up working directory
5454
WORKDIR /app

0 commit comments

Comments
 (0)