Skip to content

Commit 021732b

Browse files
committed
Publish for linux/arm64
1 parent e96ba60 commit 021732b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Build Docker image
4848
run: |
49-
docker build -t ghcr.io/${{ github.repository_owner }}/m4xdev:latest .
49+
docker build --platform linux/arm64 -t ghcr.io/${{ github.repository_owner }}/m4xdev:latest .
5050
5151
- name: Push Docker image
5252
run: |

0 commit comments

Comments
 (0)