-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
SUMMARY
Currently, the action only supports Linux-based runners. We want to add support for Windows-based runners.
SUCCESS CRITERIA
- Update the yarn package command also to build a binary for Windows.
- We should support both AMD64 and ARM64.
- Consider splitting the package into separate commands, i.e.
yarn package:linux-arm
,yarn package:linux-amd
andyarn package:windows-amd
, 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers