You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature could be solved with a custom image (optional)
Describe your request
Currently the main tag is using Ubuntu 20 instead of Ubuntu 22. Since Ubuntu 20 is going to EOL on April 2025, is there any plan or any existing tag that include the toolchain but based on Ubuntu 22? Perhaps I missed it as it is not mentioned anywhere in the doc.
Thanks.
Describe why this would be a good inclusion for cross
This will be good to build any library that is meant to run on target host running Ubuntu 22.04. Currently I had to build all the libraries used in 22.04 but on the cross main image which is based on Ubuntu 20.
The text was updated successfully, but these errors were encountered:
There is a way to do this yourself also if you need a minimal environment (basically only gcc/g++ for that architecture). Possible to add other things to but it can be tricky
Checklist
Describe your request
Currently the
main
tag is using Ubuntu 20 instead of Ubuntu 22. Since Ubuntu 20 is going to EOL on April 2025, is there any plan or any existing tag that include the toolchain but based on Ubuntu 22? Perhaps I missed it as it is not mentioned anywhere in the doc.Thanks.
Describe why this would be a good inclusion for
cross
This will be good to build any library that is meant to run on target host running Ubuntu 22.04. Currently I had to build all the libraries used in 22.04 but on the cross
main
image which is based on Ubuntu 20.The text was updated successfully, but these errors were encountered: