File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV NODE_VERSION 18.20.5
77
88RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99 && case "${dpkgArch##*-}" in \
10- loong64) ARCH='loong64' ;; \
10+ loong64) ARCH='loong64' OPENSSL_ARCH= 'linux*-loongarch64' ;; \
1111 *) echo "unsupported architecture" ; exit 1 ;; \
1212 esac \
1313 && set -ex \
@@ -47,6 +47,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
4747 | cut -d: -f1 \
4848 | sort -u \
4949 | xargs -r apt-mark manual \
50+ && apt-mark manual debian-ports-archive-keyring \
5051 && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
5152 && ln -s /usr/local/bin/node /usr/local/bin/nodejs \
5253 # smoke tests
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV NODE_VERSION 20.18.1
77
88RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99 && case "${dpkgArch##*-}" in \
10- loong64) ARCH='loong64' ;; \
10+ loong64) ARCH='loong64' OPENSSL_ARCH= 'linux*-loongarch64' ;; \
1111 *) echo "unsupported architecture" ; exit 1 ;; \
1212 esac \
1313 && set -ex \
@@ -47,6 +47,7 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
4747 | cut -d: -f1 \
4848 | sort -u \
4949 | xargs -r apt-mark manual \
50+ && apt-mark manual debian-ports-archive-keyring \
5051 && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
5152 && ln -s /usr/local/bin/node /usr/local/bin/nodejs \
5253 # smoke tests
You can’t perform that action at this time.
0 commit comments