Skip to content

Commit e1ae7eb

Browse files
committed
BLO-4373 Setup qemu for emulated builds
1 parent 36f946d commit e1ae7eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ runs:
155155
echo "tag=$TAG" >> $GITHUB_OUTPUT
156156
echo "tag_list=$TAG_LIST" >> $GITHUB_OUTPUT
157157
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+
158164
- name: Set up Docker Buildx
159165
if: inputs.docker-username != '' && inputs.docker-password != ''
160166
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)