mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 06:32:30 +00:00
Fixed use of multiarch/qemu-user-static image for Docker builds. (#10364)
This commit is contained in:
parent
820d8e6fc9
commit
a2ca19d13d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ echo "Version : ${VERSION}"
|
|||
echo "Repository : ${REPOSITORY}"
|
||||
echo "Architecture: ${ARCH}"
|
||||
|
||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
# Build images using multi-arch Dockerfile.
|
||||
TAG="${REPOSITORY,,}:${VERSION}-${ARCH}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue