We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f946d commit e1ae7ebCopy full SHA for e1ae7eb
1 file changed
action.yml
@@ -155,6 +155,12 @@ runs:
155
echo "tag=$TAG" >> $GITHUB_OUTPUT
156
echo "tag_list=$TAG_LIST" >> $GITHUB_OUTPUT
157
158
+ - name: Set up QEMU
159
+ if: inputs.docker-username != '' && inputs.docker-password != ''
160
+ uses: docker/setup-qemu-action@v3
161
+ with:
162
+ platforms: arm64,amd64
163
+
164
- name: Set up Docker Buildx
165
if: inputs.docker-username != '' && inputs.docker-password != ''
166
uses: docker/setup-buildx-action@v3
0 commit comments