Skip to content

Commit 05b1310

Browse files
committed
publish with qemu
1 parent 40dfaed commit 05b1310

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/docker-publish.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
build:
2626
runs-on: ubuntu-latest
27-
timeout-minutes: 90
27+
timeout-minutes: 120
2828
permissions:
2929
contents: read
3030
packages: write
@@ -35,8 +35,12 @@ jobs:
3535
steps:
3636
- name: Checkout repository
3737
uses: actions/checkout@v4
38-
39-
# Workaround: https://github.com/docker/build-push-action/issues/461
38+
-
39+
# Add support for more platforms with QEMU (optional)
40+
# https://github.com/docker/setup-qemu-action
41+
name: Set up QEMU
42+
uses: docker/setup-qemu-action@v3
43+
4044
- name: Setup Docker buildx
4145
uses: docker/setup-buildx-action@v3
4246

0 commit comments

Comments
 (0)