Skip to content

Commit a7d5c41

Browse files
committed
Update workflow to be able to publish arm containers
1 parent 7ea25cf commit a7d5c41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
uses: docker/setup-qemu-action@v3
4949

5050
- name: Set up Docker Buildx
51-
uses: docker/setup-buildx-action@v2
51+
uses: docker/setup-buildx-action@v3
5252

5353
- name: Build and push ARM64 image
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: .
5757
push: true
5858
tags: ghcr.io/${{ github.repository_owner }}/m4xdev:latest
59-
platform: linux/arm64
59+
platforms: linux/arm64
6060

0 commit comments

Comments
 (0)