-
Notifications
You must be signed in to change notification settings - Fork 212
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: Avd install for codespaces #3476
Feat: Avd install for codespaces #3476
Conversation
Due to the comments,
Tests:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Change Summary
This PR add support for AVD installation inside Codespaces.
Currently mount fails due to: https://github.com/orgs/community/discussions/85658
As a workaround,
dev
imageentrypoint.sh
will get additional logic to install AVD directly from the workspace.Component(s) name
containers
How to test
Once AVD dev image will be re-build after merge, start Github Codespace on any PR and check:
It should be also possible to "unpack" AVD examples and build configs in every example directory.