Skip to content

Commit 119557e

Browse files
authored
Build docker image for multiple platforms (#1101)
Signed-off-by: Michael Wagner <m.wagner@x-ion.de>
1 parent 3d109ea commit 119557e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: docker/build-push-action@v5
4646
with:
4747
context: "./Tests/"
48+
platforms: linux/amd64,linux/arm64
4849
push: true
4950
tags: ${{ steps.meta.outputs.tags }}
5051
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)