Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build x86_64 and aarch64 for macOS Examples #4

Open
bitwizeshift opened this issue Dec 18, 2023 · 0 comments
Open

Build x86_64 and aarch64 for macOS Examples #4

bitwizeshift opened this issue Dec 18, 2023 · 0 comments
Assignees
Labels
enhancement Issues that track improvements. Should be accompanied by essential or non-essential.

Comments

@bitwizeshift
Copy link
Owner

bitwizeshift commented Dec 18, 2023

The "Bundle" workflow currently only creates a Debug macOS artifact that is built in the architecture of the underlying runner. Currently, this means that it is generating an x86_64 binary -- since apparently this is the default runner.

This task is to track making the workflow build both aarch64 and x86_64 architectures, and releasing both binaries. This will require some level of testing, since cross-compiling is locally causing issues with SDL compilation. It's unclear if this is an issue with the use of the internal cmake build dependency, or whether this is something easier to fix.

@bitwizeshift bitwizeshift self-assigned this Dec 18, 2023
@bitwizeshift bitwizeshift added the enhancement Issues that track improvements. Should be accompanied by essential or non-essential. label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues that track improvements. Should be accompanied by essential or non-essential.
Projects
None yet
Development

No branches or pull requests

1 participant