We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9df13b commit 3eba278Copy full SHA for 3eba278
1 file changed
linux/ubuntu/scripts/act.sh
@@ -123,7 +123,7 @@ printf "\n\t🐋 Installed moby-buildx 🐋\t\n"
123
docker buildx version
124
IFS=' ' read -r -a NODE <<<"$NODE_VERSION"
125
for ver in "${NODE[@]}"; do
126
- if [[ "${ver}" == "24" && "$(node_arch)" == "armv7l"]]; then
+ if [[ "${ver}" == "24" && "$(node_arch)" == "armv7l" ]]; then
127
ver="22" # rip arm32/v7
128
fi
129
printf "\n\t🐋 Installing Node.JS=%s 🐋\t\n" "${ver}"
0 commit comments