This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Building for macOS (ARM) Fails; Suggest Utilizing GitHub Actions M1 Runners #112
Unanswered
Alec-Bailey
asked this question in
General
Replies: 1 comment
-
I'm happy to review a PR that addresses this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Building the Docker image for macOS on ARM architecture encounters failures. To address this amd64 specific packages should be replaced with their arm64 counterparts when arm64 is passed as a build arg. Additionally going forward GitHub Actions’ M1 macOS runner are now publicly available and can be leveraged. (GitHub Changelog)
Steps to Reproduce:
Expected Behavior:
The Docker image should build successfully on macOS ARM architecture.
Actual Behavior:
The build process fails on macOS ARM architecture.
Same as in issue #107
Proposed Solution:
Resolve amd64 package incompatibilities in Dockerfile.
Update the GitHub Actions workflow to utilize M1 macOS runners
Beta Was this translation helpful? Give feedback.
All reactions