-
Notifications
You must be signed in to change notification settings - Fork 18
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: add linux VM experimental support #1102
Conversation
### What does this PR do? * Adds ability to test out VM for Linux users * Arm and AMD64 support. * Requires QEMU installed (there are prereqs as well as documentation that outlines it) ### Screenshot / video of UI <!-- If this PR is changing UI, please include screenshots or screencasts showing the difference --> ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> Closes podman-desktop#878 ### How to test this PR? <!-- Please explain steps to reproduce --> 1. Be on Linux 2. Install QEMU (see documentation) 3. Build an image 4. Click on the Virtual Machine tab after building (or the Launch VM button). Signed-off-by: Charlie Drage <[email protected]>
Can't test it on my Fedora VM got a blank page for the bootc webview but same on main |
May have to do a |
Yes and pnpm build as well but not related to this PR |
I've pushed the extension to |
e2e are passing so it looks like vite is able to build the app no ? (or it means e2e are not testing the current PR code) |
Yes, app can build fine and tests pass. Just harder to test since it won't start in dev:
So this PR is ok, can be tested via Charlie's build or by backing out vite update locally. Suggest we use #1107 to resolve the vite/vitest issue. |
feat: add linux VM experimental support
What does this PR do?
that outlines it)
Screenshot / video of UI
What issues does this PR fix or reference?
Closes #878
How to test this PR?
button).
Signed-off-by: Charlie Drage [email protected]