Closed tianon closed 1 year ago
Thanks to a bug in buildx/buildkit (see https://github.com/docker-library/bashbrew/pull/80, https://github.com/docker/buildx/pull/1886), our CI failed to catch that i386 has been failing to build (for some reason, OpenSSL was detecting it as linux-x32 instead of linux-x86), and our arm32v7 builds were failing for a similar reason (assuming "armv4" instead of v7).
linux-x32
linux-x86
This makes the detection explicit based on the userspace architecture instead.
Thanks to a bug in buildx/buildkit (see https://github.com/docker-library/bashbrew/pull/80, https://github.com/docker/buildx/pull/1886), our CI failed to catch that i386 has been failing to build (for some reason, OpenSSL was detecting it as
linux-x32
instead oflinux-x86
), and our arm32v7 builds were failing for a similar reason (assuming "armv4" instead of v7).This makes the detection explicit based on the userspace architecture instead.