Merge pull request #559 from tcely/patch-2
Some checks are pending
Run Django tests for TubeSync / test (3.7) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Waiting to run

Remove value from TARGETARCH
This commit is contained in:
meeb 2024-11-23 12:57:13 +11:00 committed by GitHub
commit 73037ecd60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
FROM debian:bookworm-slim
ARG TARGETARCH=amd64
ARG TARGETARCH
ARG TARGETPLATFORM
ARG S6_VERSION="3.2.0.0"