Skip to content

Commit 59c52cb

Browse files
committed
Fix checkout version
Bump docker action versions Add explicit platforms for qemu setup
1 parent 5ba2834 commit 59c52cb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@4.1.7
21+
uses: actions/checkout@v4.1.7
2222

2323
- name: Set up Docker Buildx
24-
uses: docker/setup-buildx-action@v3.3.0
24+
uses: docker/setup-buildx-action@v3.4.0
2525
- name: Set up QEMU
26-
if: matrix.platform != 'linux/amd64'
27-
uses: docker/[email protected]
26+
uses: docker/[email protected]
27+
with:
28+
platforms: linux/arm64,linux/arm/v7
29+
2830

2931
- name: Log in to the GitHub container registry
3032
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)