Skip to content

Commit

Permalink
add platform linux/arm64 to docker/build-push gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cioddi committed Jun 27, 2024
1 parent 6a38c49 commit 0ab22fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: |
mapbender/mapbender:latest
Expand Down

0 comments on commit 0ab22fb

Please sign in to comment.