-
Notifications
You must be signed in to change notification settings - Fork 139
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
feat: support waydroid #687
Conversation
Here is a build for
|
Thanks for your work! Container detection works well, but I think you need root access to run
Edit: Also, there is a typo in message |
491fa6a
to
8ef409e
Compare
They are fixed, and I adjusted the location of the separator so that the prompt won't be printed before it:
Binary updated, welcome to give it another try. |
Confirmed that it works. Thanks! With container running:
With container stopped:
|
Standards checklist:
CONTRIBUTING.md
cargo build
)cargo fmt
)cargo clippy
)cargo test
)For new steps
--dry-run
option works with this step--yes
option works with this step if it is supported bythe underlying command
If you developed a feature or a bug fix for someone else and you do not have the
means to test it, please tag this person here.
What does this PR do
Support a new step Waydroid, closes #684.