[stable2412] Backport: github/workflows: add ARM macos build binaries job (#6427) #6596
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the required changes to release
polkadot
,polkadot-parachain
andpolkadot-omni-node
binaries built on Apple Sillicon macos.Integration
This addresses requests from the community for such binaries: #802, and they should be part of the Github release page.
Review Notes
Test on paritytech-stg solely focused on macos binaries: https://github.com/paritytech-stg/polkadot-sdk/actions/runs/11824692766/job/32946793308, except the steps related to
pgpkms
(which need AWS credentials, missing from paritytech-stg). The binary names don't have adarwin-arm
identifier, and conflict with the existing x86_64-linux binaries. I haven't tested building everything onparitytech-stg
because the x86_64-linux builds run onunbutu-latest-m
which isn't enabled onpairtytech-stg
(and I haven't asked CI team to enable one), so testing how to go around naming conflicts should be covered next.TODO
release-build-rc.yml
workflow, taken from S3. Would be great to have the binaries there in the first place before working on automating this, but I would also do it in a follow up PR.Follow ups
release-30_publish_release_draft.yml
maybe?release-30_publish_release_draft.yml