File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1212 s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x' ;; \
1313 arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64' ;; \
1414 armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4' ;; \
15- i386) ARCH='x86' OPENSSL_ARCH='linux-elf' ;; \
1615 *) echo "unsupported architecture" ; exit 1 ;; \
1716 esac \
1817 && set -ex \
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1212 s390x) ARCH='s390x' ;; \
1313 arm64) ARCH='arm64' ;; \
1414 armhf) ARCH='armv7l' ;; \
15- i386) ARCH='x86' ;; \
1615 *) echo "unsupported architecture" ; exit 1 ;; \
1716 esac \
1817 # use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1212 s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x' ;; \
1313 arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64' ;; \
1414 armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4' ;; \
15- i386) ARCH='x86' OPENSSL_ARCH='linux-elf' ;; \
1615 *) echo "unsupported architecture" ; exit 1 ;; \
1716 esac \
1817 && set -ex \
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1212 s390x) ARCH='s390x' ;; \
1313 arm64) ARCH='arm64' ;; \
1414 armhf) ARCH='armv7l' ;; \
15- i386) ARCH='x86' ;; \
1615 *) echo "unsupported architecture" ; exit 1 ;; \
1716 esac \
1817 # use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1212 s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x' ;; \
1313 arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64' ;; \
1414 armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4' ;; \
15- i386) ARCH='x86' OPENSSL_ARCH='linux-elf' ;; \
1615 *) echo "unsupported architecture" ; exit 1 ;; \
1716 esac \
1817 && set -ex \
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1212 s390x) ARCH='s390x' ;; \
1313 arm64) ARCH='arm64' ;; \
1414 armhf) ARCH='armv7l' ;; \
15- i386) ARCH='x86' ;; \
1615 *) echo "unsupported architecture" ; exit 1 ;; \
1716 esac \
1817 # use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
You can’t perform that action at this time.
0 commit comments