We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e055d commit ed25059Copy full SHA for ed25059
.github/workflows/build.yaml
@@ -27,6 +27,8 @@ jobs:
27
28
- name: Set up Docker Buildx
29
uses: docker/setup-buildx-action@v3
30
+ with:
31
+ platforms: linux/amd64,linux/arm64
32
33
- name: Login to DockerHub
34
uses: docker/login-action@v3
@@ -39,7 +41,7 @@ jobs:
39
41
uses: docker/build-push-action@v6
40
42
with:
43
context: .
- platform: linux/arm64
44
+ platform: linux/amd64,linux/arm64
45
push: true
46
tags: |
47
basictheprogram/crossfire-server:latest
0 commit comments