open-horizon / anax

Horizon agent control system
https://open-horizon.github.io/docs/anax/docs/
Apache License 2.0
72 stars 99 forks source link

Issue #3997 - Feature Request: Actions Workflow MacOS M1 Runner #4000

Closed blakep7 closed 5 months ago

blakep7 commented 5 months ago

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #3997

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Additional Context (Please include any Screenshots/gifs if relevant)

Checklist:

bencourliss commented 5 months ago

@blakep7 do we need to update this line when installing Docker? https://github.com/open-horizon/anax/blob/f5fa1a60efdba01d965d9cd54582316682dd70d4/.github/workflows/build-push.yml#L477?

blakep7 commented 5 months ago

@blakep7 do we need to update this line when installing Docker?

https://github.com/open-horizon/anax/blob/f5fa1a60efdba01d965d9cd54582316682dd70d4/.github/workflows/build-push.yml#L477

?

No need I believe. The Mac Push job runs on an ubuntu runner for both architectures and steals the already created packages from the Mac Build job.

bencourliss commented 5 months ago

@blakep7 can you also make a PR for the v2.30 branch as well?