Skip to content

Commit f0a58e0

Browse files
committed
build: update nightly workflow
- docker/build-push-action to v4 - Drop `platforms` from `docker/setup-qemu-action` step, as this is the default. Signed-off-by: Hidde Beydals <[email protected]>
1 parent 782b5fb commit f0a58e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nightly.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- name: Setup QEMU
1919
uses: docker/setup-qemu-action@v2
20-
with:
21-
platforms: all
2220
- name: Setup Docker Buildx
2321
id: buildx
2422
uses: docker/setup-buildx-action@v2
2523
with:
2624
buildkitd-flags: "--debug"
2725
- name: Build multi-arch container image
28-
uses: docker/build-push-action@v3
26+
uses: docker/build-push-action@v4
2927
with:
3028
push: false
3129
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)