Skip to content

Commit d889c04

Browse files
Add support for arm64
1 parent f2a7840 commit d889c04

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2525
-
2626
name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v1
27+
uses: docker/setup-buildx-action@v3
2828
-
2929
name: Test Frontend
3030
run: |
@@ -42,11 +42,11 @@ jobs:
4242
run: |
4343
cp -r tests/* Videos/
4444
docker compose -f docker-compose-prod.yml run --rm web ./wait-for-it.sh db:5432 -- python3 manage.py test
45-
-
46-
name: Build and push
47-
uses: docker/build-push-action@v3
45+
- name: Build and push
46+
uses: docker/build-push-action@v6
4847
with:
4948
context: .
5049
file: ./backend/Dockerfile.prod
50+
platforms: linux/amd64,linux/arm64
5151
push: true
5252
tags: webmultimedia/http-streaming-server:master

0 commit comments

Comments
 (0)