Skip to content

Commit 24545ba

Browse files
committed
fix: arm JDK
1 parent 008cee7 commit 24545ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
66
if [ "$ARCH" = "amd64" ]; then \
77
wget -O jre.zip https://github.com/supertokens/jre/raw/refs/heads/master/jre-15.0.1-linux.zip; \
88
elif [ "$ARCH" = "arm64" ]; then \
9-
wget -O jre.zip https://github.com/supertokens/jre/raw/refs/heads/master/jre-15.0.1-linux-aarch.zip; \
9+
wget -O jre.zip https://github.com/supertokens/jre/raw/refs/heads/master/jre-15.0.1-linux-arm.zip; \
1010
else \
1111
echo "Unsupported architecture: $ARCH" && exit 1; \
1212
fi

0 commit comments

Comments
 (0)