This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Building for macOS (ARM) Fails; Suggest Utilizing GitHub Actions M1 Runners #109
Labels
help wanted
Extra attention is needed
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
The text was updated successfully, but these errors were encountered: