Skip to content

Commit 0ab22fb

Browse files
committed
add platform linux/arm64 to docker/build-push gh action
1 parent 6a38c49 commit 0ab22fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/build-push-action@v5
3030
with:
3131
context: .
32-
platforms: linux/amd64
32+
platforms: linux/amd64,linux/arm64
3333
push: true
3434
tags: |
3535
mapbender/mapbender:latest

0 commit comments

Comments
 (0)