docker: adjust dockerfile and workflow for arm64 builds (#2)

This commit is contained in:
Slava
2025-02-24 18:00:46 +02:00
committed by GitHub
parent 3f2feafb17
commit 86d6c8fe4e
2 changed files with 11 additions and 3 deletions
+2
View File
@@ -24,4 +24,6 @@ jobs:
docker_file: docker/deluge.Dockerfile
dockerhub_repo: codexstorage/deluge
tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
checkout-fetch-depth: 0
checkout-fetch-tags: true
secrets: inherit