mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[Ubuntu] Add Numbat (24.04) helper functions (#9690)
This commit is contained in:
@@ -11,3 +11,7 @@ is_ubuntu20() {
|
||||
is_ubuntu22() {
|
||||
lsb_release -d | grep -q 'Ubuntu 22'
|
||||
}
|
||||
|
||||
is_ubuntu24() {
|
||||
lsb_release -d | grep -q 'Ubuntu 24'
|
||||
}
|
||||
Reference in New Issue
Block a user