We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d109ea commit 119557eCopy full SHA for 119557e
1 file changed
.github/workflows/build-docker.yml
@@ -45,6 +45,7 @@ jobs:
45
uses: docker/build-push-action@v5
46
with:
47
context: "./Tests/"
48
+ platforms: linux/amd64,linux/arm64
49
push: true
50
tags: ${{ steps.meta.outputs.tags }}
51
labels: ${{ steps.meta.outputs.labels }}
0 commit comments