【 Solutions 】解決在 x86 環境下無法 Build ARM 的 Docker Image
問題
-
在
x86 Ubuntu系統使用docker build時出現下方錯誤訊息
解決方案
- 在終端機輸入下方指令
sudo apt-get update && sudo apt-get install -y --no-install-recommends qemu-user-static binfmt-support
重新 Build Docker Image

在 x86 Ubuntu 系統使用 docker build 時出現下方錯誤訊息

sudo apt-get update && sudo apt-get install -y --no-install-recommends qemu-user-static binfmt-support 
