buildx bake failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c if [ \"${TARGETARCH}\" = \"amd64\" ] ; \tthen \t\tNODE_URL=\"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz\" ; \telse \t\tNODE_URL=\"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-${TARGETARCH}.tar.gz\" ; \tfi && \tcurl -fsSL \"${NODE_URL}\" | tar xz -C /usr/local --strip-components=1 --no-same-owner \t&& npm install -g npm@\"$NPM_VERSION\" \t&& rm -rf /root/.npm/_cacache \t&& npm cache clear --force \t&& rm -rf /tmp/*" did not complete successfully: exit code: 2