Skip to content

Commit

Permalink
Remove ARMv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 13, 2024
1 parent 412eba1 commit f1aa55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prebuild/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV NODE_VERSION 22.11.0

RUN case "${QEMU_ARCH}" in \
x86_64) NODE_ARCH='x64';; \
arm) NODE_ARCH='armv6l';; \
arm) NODE_ARCH='armv7l';; \
aarch64) NODE_ARCH='arm64';; \
i386) NODE_ARCH='x86'; NODE_VERSION='18.4.0';; \
*) echo "unsupported architecture"; exit 1 ;; \
Expand Down

0 comments on commit f1aa55b

Please sign in to comment.