SUMMARY
Currently, the action only supports Linux-based runners. We want to add support for MacOS-based runners.
SUCCESS CRITERIA
- Update the yarn package command to also build a binary for MacOS.
- We should make sure we test this with the mac-os runner
- Consider splitting the package into separate commands, i.e.
yarn package:linux-arm, yarn package:linux-amd and yarn package:macos-arm, etc.
- Update binary wrapper to support new binary/ OS support - https://github.com/boasiHQ/interactive-inputs/blob/main/invoke-binary.js
- Update the README documentation to reflect the changes made.
SUMMARY
Currently, the action only supports Linux-based runners. We want to add support for MacOS-based runners.
SUCCESS CRITERIA
yarn package:linux-arm,yarn package:linux-amdandyarn package:macos-arm, etc.