MacOS for Apple Silicon #672
LeDinhGiaHuy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm building a python app for Apple Silicon. However, the file built from the sickcodes/docker-osx:latest image can not be ran on Mac M1 Pro, error code is "zsh: exec format error"
I checked the command "uname -a" and the result is "Linux 36523ac4535f 5.15.49-linuxkit-pr #1 SMP PREEMPT Thu May 25 07:27:39 UTC 2023 x86_64 GNU/Linux". On my Mac M1 Pro, the result is "Darwin HCM-M09K59YLCC 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:20 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T6000 arm64".
Is this issue related to the OS of the container? It shows that the version is for X86 CPU.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions