Skip to content

Commit

Permalink
Recognize Ubuntu focal and jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Aug 20, 2022
1 parent 4b7108d commit afcf7f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eng/common/cross/build-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ while :; do
__CodeName=bionic
fi
;;
focal) # Ubuntu 20.04
__CodeName=focal
;;
jammy) # Ubuntu 22.04
__CodeName=jammy
;;
jessie) # Debian 8
__CodeName=jessie
__UbuntuRepo="http://ftp.debian.org/debian/"
Expand Down

0 comments on commit afcf7f4

Please sign in to comment.