Switched Dockerfile TARGETPLATFORM to amd64 to maintain compatibility with intel/amd64 systems
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user