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

Add support for Windows-based runners #9

Open
ooaklee opened this issue Sep 12, 2024 · 0 comments
Open

Add support for Windows-based runners #9

ooaklee opened this issue Sep 12, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ooaklee
Copy link
Contributor

ooaklee commented Sep 12, 2024

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 and yarn 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.
@ooaklee ooaklee added enhancement New feature or request good first issue Good for newcomers labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant