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

Commit

Permalink
Merge pull request #8 from rekonnected/main
Browse files Browse the repository at this point in the history
fix aarch64 AMP download links in dockerfile
  • Loading branch information
hydazz authored Jun 27, 2023
2 parents 8fe6214 + 1f6a45b commit c136cb1
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit c136cb1

Please sign in to comment.