We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3994f87 commit 5590a7eCopy full SHA for 5590a7e
1 file changed
.github/workflows/test-build.yaml
@@ -74,6 +74,11 @@ jobs:
74
75
# Set up BuildKit Docker container builder to be able to build
76
# multi-platform images and export cache
77
+ - name: Set up QEMU
78
+ uses: docker/setup-qemu-action@v3
79
+ with:
80
+ platforms: arm64
81
+
82
- name: Set up Docker Buildx
83
uses: docker/setup-buildx-action@v3
84
@@ -100,6 +105,7 @@ jobs:
100
105
with:
101
106
context: .
102
107
push: ${{ github.event_name != 'pull_request' }}
108
+ platforms: linux/amd64,linux/arm64
103
109
tags: ${{ steps.meta.outputs.tags }}
104
110
labels: ${{ steps.meta.outputs.labels }}
111
cache-from: type=gha
0 commit comments