Skip to content

Commit 31b1e78

Browse files
committed
Display qemu version.
1 parent 140b8ac commit 31b1e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build/start_container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ then
1616
${SUDO} apt-get install -y docker.io
1717
fi
1818
docker run --rm --privileged tonistiigi/binfmt:latest -install all
19+
docker run --privileged --rm tonistiigi/binfmt --version
1920
docker run --cidfile /tmp/docker_opensips.cid -d --restart=always \
2021
--platform linux/${DOCKR_PLATFORM} -v sources:`pwd` "${BUILD_OS}" \
2122
tail -f /dev/null

0 commit comments

Comments
 (0)