Grab correct artefacts

This commit is contained in:
TheSpad 2022-12-16 14:57:19 +00:00
parent 966f7a858c
commit d23e214fd9
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -22,7 +22,7 @@ RUN \
mkdir -p /app/audacity/ && \
curl -o \
/app/audacity/audacity -L \
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x86_64.AppImage" && \
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64.AppImage" && \
chmod +x /app/audacity/audacity && \
echo "**** cleanup ****" && \
rm -rf \