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

Add Darwin ARM build for M1 devices #22

Closed
Allaman opened this issue Apr 25, 2022 · 4 comments · Fixed by #75
Closed

Add Darwin ARM build for M1 devices #22

Allaman opened this issue Apr 25, 2022 · 4 comments · Fixed by #75
Labels
enhancement New feature or request on-hold planned Request that is pllaned for the future

Comments

@Allaman
Copy link

Allaman commented Apr 25, 2022

I think the title says it all :)

I would appreciate a native Darwin ARM version of this awesome tool

@MordechaiHadad MordechaiHadad added the enhancement New feature or request label Apr 25, 2022
@MordechaiHadad
Copy link
Owner

Great timing lol i was just looking into this!

@MordechaiHadad
Copy link
Owner

MordechaiHadad commented Apr 25, 2022

Hello so after looking up online regarding ARM compilation, this will sadly have to wait sometime...
Until either GitHub actions or cross-rs/cross have M1 support I'm going to wait.
I also plan on adding ARM Linux support and I could manage it now, but I would much rather wait and release apple ARM and Linux ARM together.

@MordechaiHadad MordechaiHadad added the planned Request that is pllaned for the future label Apr 25, 2022
@MordechaiHadad MordechaiHadad pinned this issue Apr 25, 2022
@MordechaiHadad MordechaiHadad unpinned this issue Oct 16, 2022
@wookayin
Copy link

wookayin commented Dec 3, 2022

@MordechaiHadad See actions/runner-images#2187 -- it is possible to build a 'arm64' target on a Github macOS runner (x86_64).

stpes:
  with:
    toolchain: stable
    target: aarch64-apple-darwin

See dandavison/delta#1239, LiveSplit/livesplit-core#382, etc. for more live exapmles.

@MordechaiHadad
Copy link
Owner

@wookayin you are correct done, #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request on-hold planned Request that is pllaned for the future
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants