We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f5054 commit d848695Copy full SHA for d848695
Dockerfile
@@ -13,6 +13,7 @@ RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list \
13
SHELL ["/bin/bash", "-c"]
14
ARG NPM_REGISTRY=https://registry.npmmirror.com
15
ARG NPM_MIRROR=https://npmmirror.com
16
+ARG TARGETARCH
17
RUN if [ "$TARGETARCH" = "arm64" ] ; then \
18
export ARCH=arm64 ; \
19
elif [ "$TARGETARCH" = "arm" ] ; then \
0 commit comments