-
Notifications
You must be signed in to change notification settings - Fork 21
User/andretoyama msft/support ubuntu2204 #172
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
User/andretoyama msft/support ubuntu2204 #172
Conversation
andretoyama-msft
commented
Jun 5, 2023
- Add support for ubuntu 22.04 on yml files
- Add Ubuntu 22.04 Dockerfiles for building arm64 and amd64 images
- Add support for building ubuntu 22.04 on bootstrap.sh file
On a fresh 22.04 wsl2 instance, this script fails with "pip: command not found". Looks like we need to change the pip install line to this for 22.04: In reply to: 1587897157 Refers to: build/scripts/bootstrap.sh:120 in d7902ca. [](commit_id = d7902ca, deletion_comment = False) |
Did you verify python3-pip is available and works on the other OSes we build on? If yes, update the existing install cmd on line 118 instead of adding a new one. In reply to: 1587897157 Refers to: build/scripts/bootstrap.sh:120 in d7902ca. [](commit_id = d7902ca, deletion_comment = False) |
shishirb-MSFT
left a comment
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.
![]()