We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecca28 commit 0a74b90Copy full SHA for 0a74b90
1 file changed
.github/workflows/unit-tests.yml
@@ -79,6 +79,9 @@ jobs:
79
with:
80
submodules: "recursive"
81
82
+ - name: Set up QEMU
83
+ uses: docker/setup-qemu-action@v3
84
+
85
- name: Set up Docker Buildx
86
uses: docker/setup-buildx-action@v3
87
@@ -106,6 +109,7 @@ jobs:
106
109
- name: Build and push
107
110
uses: docker/build-push-action@v5
108
111
112
+ platforms: linux/amd64,linux/arm64
113
push: true
114
tags: ${{ steps.metadata.outputs.tags }}
115
labels: ${{ steps.metadata.outputs.labels }}
0 commit comments