File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
.dockerfiles/latest/arm64-unknown-linux-musl Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ RUN mkdir -p /root/.local/share/ponyup
16
16
RUN curl --proto '=https' --tlsv1.2 -sSf -L -o "ponyc-arm64-unknown-linux-alpine3.21.tar.gz" "https://dl.cloudsmith.io/public/ponylang/nightlies/raw/versions/latest/ponyc-arm64-unknown-linux-alpine3.21.tar.gz" \
17
17
&& tar --strip-components=1 -xvf ponyc-arm64-unknown-linux-alpine3.21.tar.gz -C /root/.local/share/ponyup
18
18
19
+ RUN curl --proto '=https' --tlsv1.2 -sSf -L -o "corral-arm64-unknown-linux-alpine3.21.tar.gz" "https://dl.cloudsmith.io/public/ponylang/nightlies/raw/versions/latest/corral-arm64-unknown-linux.tar.gz" \
20
+ && tar --strip-components=1 -xvf corral-arm64-unknown-linux-alpine3.21.tar.gz -C /root/.local/share/ponyup
21
+
19
22
# RUN sh -c "$(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/latest-release/ponyup-init.sh)" \
20
23
# && ponyup update ponyc nightly \
21
24
# && ponyup update corral nightly \
You can’t perform that action at this time.
0 commit comments