File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN set -eux; \
2626 && ARCH=$(uname -m) && \
2727 if [ "$ARCH" = "x86_64" ]; then \
2828 curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; \
29- elif [ "$ARCH" == "aarch64" ]; then \
29+ elif [ "$ARCH" = "aarch64" ]; then \
3030 curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131 fi \
3232 && chmod +x /bin/pnpm \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN set -eux; \
2626 && ARCH=$(uname -m) && \
2727 if [ "$ARCH" = "x86_64" ]; then \
2828 curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; \
29- elif [ "$ARCH" == "aarch64" ]; then \
29+ elif [ "$ARCH" = "aarch64" ]; then \
3030 curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131 fi \
3232 && chmod +x /bin/pnpm \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN set -eux; \
2626 && ARCH=$(uname -m) && \
2727 if [ "$ARCH" = "x86_64" ]; then \
2828 curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; \
29- elif [ "$ARCH" == "aarch64" ]; then \
29+ elif [ "$ARCH" = "aarch64" ]; then \
3030 curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131 fi \
3232 && chmod +x /bin/pnpm \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN set -eux; \
2626 && ARCH=$(uname -m) && \
2727 if [ "$ARCH" = "x86_64" ]; then \
2828 curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; \
29- elif [ "$ARCH" == "aarch64" ]; then \
29+ elif [ "$ARCH" = "aarch64" ]; then \
3030 curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-arm64" -o /bin/pnpm; \
3131 fi \
3232 && chmod +x /bin/pnpm \
You can’t perform that action at this time.
0 commit comments