mirror of
https://github.com/iv-org/invidious.git
synced 2026-05-08 16:37:57 +00:00
CI: Unify ARM64 and AMD64 Dockerfiles (#5700)
* CI: Unify ARM64 and AMD64 Dockerfiles * chore: remove replacement of Dockerfile in docker-compose.yml for ci.yml build-docker job * Combine images into manifest list * fix wrong tag for nightly container release * forgot this ^^'
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -100,10 +100,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Use ARM64 Dockerfile if ARM64
|
||||
if: ${{ matrix.name == 'ARM64' }}
|
||||
run: sed -i 's/Dockerfile/Dockerfile.arm64/' docker-compose.yml
|
||||
|
||||
- name: Build Docker
|
||||
run: docker compose build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user