Skip to content

Commit ed25059

Browse files
Troubleshooting arm64 builds
1 parent 06e055d commit ed25059

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Set up Docker Buildx
2929
uses: docker/setup-buildx-action@v3
30+
with:
31+
platforms: linux/amd64,linux/arm64
3032

3133
- name: Login to DockerHub
3234
uses: docker/login-action@v3
@@ -39,7 +41,7 @@ jobs:
3941
uses: docker/build-push-action@v6
4042
with:
4143
context: .
42-
platform: linux/arm64
44+
platform: linux/amd64,linux/arm64
4345
push: true
4446
tags: |
4547
basictheprogram/crossfire-server:latest

0 commit comments

Comments
 (0)