Drop support for arm/v7
This commit is contained in:
parent
1c623608c8
commit
a6310020b3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
cronsim
|
||||
fastapi==0.110.2
|
||||
fastapi
|
||||
ffmpeg-python
|
||||
humanize
|
||||
mergedeep
|
||||
|
|
|
|||
Loading…
Reference in New Issue