File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828target_image=$1
2929
3030# Architectures officially supported by cadvisor
31- arches=( " amd64" " arm" " arm64" " s390x " )
31+ arches=( " amd64" " arm" " arm64" )
3232
3333# Docker doesn't handle images with different architectures but the same tag.
3434# Remove the container and the image use by it to avoid problems.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ docker buildx inspect cadvisor-builder > /dev/null \
5555# Build binaries
5656
5757# A mapping of the docker arch name to the qemu arch name
58- declare -A arches=( [" amd64" ]=" x86_64" [" arm" ]=" arm" [" arm64" ]=" aarch64" [ " s390x " ]= " s390x " )
58+ declare -A arches=( [" amd64" ]=" x86_64" [" arm" ]=" arm" [" arm64" ]=" aarch64" )
5959
6060for arch in " ${arches[@]} " ; do
6161 if ! hash " qemu-${arch} -static" ; then
You can’t perform that action at this time.
0 commit comments