Skip to content

Commit

Permalink
arm64 or amd64?
Browse files Browse the repository at this point in the history
  • Loading branch information
YuCat-OVO committed May 7, 2024
1 parent 87f62f3 commit aad6d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
QB_TAG=$(jq -r ".[${VERSION_GET}].qbittorrent_version" info.json | sed 's/v//')
ARCH=${platform//linux\//}
if [ "${ARCH}" == "arm64" ]; then
if [ "${ARCH}" == "amd64" ]; then
FILE_NAME=$(jq -r ".[${VERSION_GET}].arch.amd64.file_name" info.json)
elif [ "${ARCH}" == "arm/v7" ]; then
FILE_NAME=$(jq -r ".[${VERSION_GET}].arch.arm64v8.file_name" info.json)
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.iyuu
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ RUN \
mkdir -p "/default/usr/bin" && \
mv "/tmp/qbittorrent-nox" "/default/usr/bin/qbittorrent-nox" && \
git clone --depth 1 https://github.com/ledccn/IYUUPlus.git /iyuu && \
printf "upload_max_filesize=100M\npost_max_size=108M\nmemory_limit=1024M\ndate.timezone=%s" "${TZ}" > /etc/php82/conf.d/99-overrides.ini && \
rm -rf /var/cache/apk/* /tmp/*
printf "upload_max_filesize=100M\npost_max_size=108M\nmemory_limit=1024M\ndate.timezone=%s" "${TZ}" > /default/etc/php82/conf.d/99-overrides.ini


FROM alpine:20240329
Expand Down

0 comments on commit aad6d31

Please sign in to comment.