Skip to content

Commit 3eb131d

Browse files
Use QEMU in CI jobs
1 parent abb0f05 commit 3eb131d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
with:
2323
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2424
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
25-
-
26-
name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v3
2825
-
2926
name: Test Frontend
3027
run: |
@@ -42,6 +39,10 @@ jobs:
4239
run: |
4340
cp -r tests/* Videos/
4441
docker compose -f docker-compose-prod.yml run --rm web ./wait-for-it.sh db:5432 -- python3 manage.py test
42+
- name: Set up QEMU
43+
uses: docker/setup-qemu-action@v3
44+
- name: Set up Docker Buildx
45+
uses: docker/setup-buildx-action@v3
4546
- name: Build and push
4647
uses: docker/build-push-action@v6
4748
with:

0 commit comments

Comments
 (0)