mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 17:39:51 +00:00
[docker] fix multi-arch docker builds (#11199)
This commit is contained in:
@@ -85,6 +85,11 @@ jobs:
|
||||
--build-arg VCS_REF=${GITHUB_SHA::8} \
|
||||
${TAGS} --file ${DOCKER_FILE} ." >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
image: tonistiigi/binfmt:qemu-v8.1.5
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user