Drop support for arm/v7

This commit is contained in:
Totonyus 2024-05-31 23:51:22 +02:00
parent 1c623608c8
commit a6310020b3
4 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ jobs:
id: build_arm
with:
context: ${{ github.workspace }}
platforms: linux/arm/v7,linux/arm64/v8
platforms: linux/arm64/v8
push: true
tags: |
totonyus/ydl_api_ng:latest_arm

View File

@ -65,7 +65,7 @@ jobs:
id: build_arm
with:
context: ${{ github.workspace }}
platforms: linux/arm/v7,linux/arm64/v8
platforms: linux/arm64/v8
push: true
tags: |
totonyus/ydl_api_ng:preview_arm

View File

@ -13,7 +13,7 @@ COPY *.py pip_requirements_$TARGET_ARCH ./
COPY params/*.py params/*.ini params/userscript.js params/hooks_requirements ./setup/
COPY params/params_docker.ini ./setup/params.ini
RUN if [ "$TARGET_ARCH" = "arm" ] ; then apt update && apt install gcc python3-dev -y && apt-get autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/*; fi
# RUN if [ "$TARGET_ARCH" = "arm" ] ; then apt update && apt install gcc python3-dev -y && apt-get autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/*; fi
RUN apt update && apt install wget xz-utils -y

View File

@ -1,5 +1,5 @@
cronsim
fastapi==0.110.2
fastapi
ffmpeg-python
humanize
mergedeep