mirror of
https://github.com/containerd/containerd.git
synced 2026-07-01 04:08:10 +00:00
Don't rely on /proc/cpuinfo denoting a 64-bit ARMv8 processor if the runtime detected GOARCH == arm. This allows aarch64 32-bit userspace distros to run containers properly via a 32-bit runtime. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>