Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

fix aarch64 AMP download links in dockerfile #8

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN \
echo "**** download ampinstmgr.zip ****" && \
curl -o \
/tmp/ampinstmgr.tgz -L \
"https://repo.cubecoders.com/ampinstmgr-latest.tgz" && \
"https://repo.cubecoders.com/aarch64/ampinstmgr-latest.tgz" && \
echo "**** unzip ampinstmgr and make symlinks ****" && \
tar xf \
/tmp/ampinstmgr.tgz -C \
Expand All @@ -50,7 +50,7 @@ RUN \
fi && \
curl -o \
/app/amp/AMPCache-Mainline-${AMP_VERSION//./}.zip -L \
"http://cubecoders.com/Downloads/AMP_Latest.zip" && \
"http://cubecoders.com/Downloads/AMP_Latest_AArch64.zip" && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*
Expand Down