Skip to content

Commit ddefacb

Browse files
authored
Add corral to arm64 alpine latest image (#4728)
1 parent 1567c0e commit ddefacb

File tree

1 file changed

+3
-0
lines changed
  • .dockerfiles/latest/arm64-unknown-linux-musl

1 file changed

+3
-0
lines changed

.dockerfiles/latest/arm64-unknown-linux-musl/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ RUN mkdir -p /root/.local/share/ponyup
1616
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" \
1717
&& tar --strip-components=1 -xvf ponyc-arm64-unknown-linux-alpine3.21.tar.gz -C /root/.local/share/ponyup
1818

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+
1922
#RUN sh -c "$(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/latest-release/ponyup-init.sh)" \
2023
# && ponyup update ponyc nightly \
2124
# && ponyup update corral nightly \

0 commit comments

Comments
 (0)