mirror of
https://github.com/iv-org/invidious.git
synced 2026-05-02 02:59:38 -05:00
chore: remove replacement of Dockerfile in docker-compose.yml for ci.yml build-docker job
This commit is contained in:
parent
7ef88f72d7
commit
796b02dd70
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user