Skip to content

Commit 9ecae61

Browse files
committed
feat: only include the architectures supported in version.json
1 parent 91b2d4d commit 9ecae61

13 files changed

Lines changed: 20 additions & 24 deletions

File tree

22/bullseye-slim/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ENV NODE_VERSION=22.22.2
88
RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99
&& case "${dpkgArch##*-}" in \
1010
amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; \
11-
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
12-
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1311
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
1412
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1513
*) echo "unsupported architecture"; exit 1 ;; \

22/trixie-slim/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1111
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
1212
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1313
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
14-
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1514
*) echo "unsupported architecture"; exit 1 ;; \
1615
esac \
1716
&& set -ex \

24/bookworm-slim/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1111
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
1212
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1313
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
14-
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1514
*) echo "unsupported architecture"; exit 1 ;; \
1615
esac \
1716
&& set -ex \

24/bullseye-slim/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ ENV NODE_VERSION=24.15.0
88
RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99
&& case "${dpkgArch##*-}" in \
1010
amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; \
11-
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
12-
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1311
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
14-
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1512
*) echo "unsupported architecture"; exit 1 ;; \
1613
esac \
1714
&& set -ex \

24/trixie-slim/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1111
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
1212
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1313
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
14-
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1514
*) echo "unsupported architecture"; exit 1 ;; \
1615
esac \
1716
&& set -ex \

25/bookworm-slim/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1111
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
1212
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1313
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
14-
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1514
*) echo "unsupported architecture"; exit 1 ;; \
1615
esac \
1716
&& set -ex \

25/bullseye-slim/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ ENV NODE_VERSION=25.9.0
88
RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99
&& case "${dpkgArch##*-}" in \
1010
amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; \
11-
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
12-
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1311
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
14-
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1512
*) echo "unsupported architecture"; exit 1 ;; \
1613
esac \
1714
&& set -ex \

25/trixie-slim/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1111
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
1212
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1313
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
14-
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1514
*) echo "unsupported architecture"; exit 1 ;; \
1615
esac \
1716
&& set -ex \

26/bookworm-slim/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
1111
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
1212
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1313
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
14-
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1514
*) echo "unsupported architecture"; exit 1 ;; \
1615
esac \
1716
&& set -ex \

26/bullseye-slim/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ ENV NODE_VERSION=26.1.0
88
RUN ARCH= OPENSSL_ARCH= && dpkgArch="$(dpkg --print-architecture)" \
99
&& case "${dpkgArch##*-}" in \
1010
amd64) ARCH='x64' OPENSSL_ARCH='linux-x86_64';; \
11-
ppc64el) ARCH='ppc64le' OPENSSL_ARCH='linux-ppc64le';; \
12-
s390x) ARCH='s390x' OPENSSL_ARCH='linux*-s390x';; \
1311
arm64) ARCH='arm64' OPENSSL_ARCH='linux-aarch64';; \
14-
armhf) ARCH='armv7l' OPENSSL_ARCH='linux-armv4';; \
1512
*) echo "unsupported architecture"; exit 1 ;; \
1613
esac \
1714
&& set -ex \

0 commit comments

Comments
 (0)