Switched Dockerfile TARGETPLATFORM to amd64 to maintain compatibility with intel/amd64 systems

This commit is contained in:
Sheldon Aristide
2025-02-11 11:16:04 -05:00
parent 3f0e081637
commit 4f44f650f2

View File

@@ -48,7 +48,7 @@ RUN git clone https://github.com/novnc/noVNC.git /opt/novnc \
&& ln -s /opt/novnc/vnc.html /opt/novnc/index.html
# Set platform for ARM64 compatibility
ARG TARGETPLATFORM=linux/arm64
ARG TARGETPLATFORM=linux/amd64
# Set up working directory
WORKDIR /app