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 ARM binaries and containers for Linux and MacOS #779

Open
2 of 10 tasks
demisx opened this issue Dec 9, 2022 · 2 comments · May be fixed by #1876
Open
2 of 10 tasks

Build ARM binaries and containers for Linux and MacOS #779

demisx opened this issue Dec 9, 2022 · 2 comments · May be fixed by #1876
Assignees

Comments

@demisx
Copy link
Collaborator

demisx commented Dec 9, 2022

Checklist

  • Release includes three binaries per type:
    • Linux AMD64/x86_64
    • Linux arm64
    • Mac arm64
  • Docker containers updated to support multiarch using those three binaries
    • collator-node-local
    • parachain-node-mainnet
    • standalone-node
    • parachain-node-rococo
    • Not an issue if it does, but the deprecated images don't need this

Closes #1750

References

@wilwade
Copy link
Collaborator

wilwade commented Aug 9, 2023

Closing until GitHub has an easy way to have mac arm runners. Cross compilation not currently viable.

@wilwade wilwade closed this as completed Aug 9, 2023
@wilwade
Copy link
Collaborator

wilwade commented Jan 31, 2024

And it was just announced that GitHub has open source Mac runners!

https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

That means we could now build binaries and multiarch docker containers:

  • amd64 / x86_64
  • mac arm64
  • linux arm64

@wilwade wilwade reopened this Jan 31, 2024
@wilwade wilwade changed the title Build ARM binaries for Linux and MacOS Build ARM binaries and containers for Linux and MacOS Jan 31, 2024
@mattheworris mattheworris self-assigned this Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants