dnf
dnf copied to clipboard
arm设备如何折腾?
运行提示 Status: Downloaded newer image for 1995chen/dnf:stable WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested exec /bin/bash: exec format error
执行 docker run 命令时加上 --platform linux/amd64 参数
运行提示 Status: Downloaded newer image for 1995chen/dnf:stable WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested exec /bin/bash: exec format error
暂时无法折腾,建议上虚拟化解决