fix: shell language so good

This commit is contained in:
Jakub Panek
2026-02-04 00:47:34 +01:00
parent f9df13bfac
commit 3eba278c62
+1 -1
View File
@@ -123,7 +123,7 @@ printf "\n\t🐋 Installed moby-buildx 🐋\t\n"
docker buildx version
IFS=' ' read -r -a NODE <<<"$NODE_VERSION"
for ver in "${NODE[@]}"; do
if [[ "${ver}" == "24" && "$(node_arch)" == "armv7l"]]; then
if [[ "${ver}" == "24" && "$(node_arch)" == "armv7l" ]]; then
ver="22" # rip arm32/v7
fi
printf "\n\t🐋 Installing Node.JS=%s 🐋\t\n" "${ver}"