We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a38c49 commit 0ab22fbCopy full SHA for 0ab22fb
.github/workflows/docker-build.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/build-push-action@v5
30
with:
31
context: .
32
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
33
push: true
34
tags: |
35
mapbender/mapbender:latest
0 commit comments