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 universal module #244

Open
AtomicFS opened this issue Jul 10, 2024 · 0 comments
Open

add universal module #244

AtomicFS opened this issue Jul 10, 2024 · 0 comments
Labels
feature New feature or request good_first_issue Good for newcomers suggestion something to discuss

Comments

@AtomicFS
Copy link
Collaborator

AtomicFS commented Jul 10, 2024

It should be quite easy to add a universal module, kinda like edk2 or u-root is at the moment - it just runs user-defined command is a docker container.

This way people could use firmware-action even for yet-unsupported projects, or even some non-firmware projects and steps.

Instead of:

"build_command": "cmd"

it would use:

"build_commands": [
  "cmd1",
  "cmd2",
]
@AtomicFS AtomicFS added feature New feature or request suggestion something to discuss labels Jul 10, 2024
@AtomicFS AtomicFS added the good_first_issue Good for newcomers label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good_first_issue Good for newcomers suggestion something to discuss
Projects
None yet
Development

No branches or pull requests

1 participant