Skip to content

Commit

Permalink
Add Ubuntu 24.04 support
Browse files Browse the repository at this point in the history
Signed-off-by: Luan Rafael Carneiro <[email protected]>
  • Loading branch information
Luan Rafael Carneiro authored and otavio committed Jul 10, 2024
1 parent 91dfeb2 commit 4f1a647
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- 18.04
- 20.04
- 22.04
- 24.04

runs-on: ubuntu-20.04

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- 18.04
- 20.04
- 22.04
- 24.04

runs-on: ubuntu-20.04

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The generated wrapper, `yocto-env`, has the following usage message:
OPTIONS

version Environment version to use. This maps to Ubuntu releases
and currently it provides the 16.04, 18.04, and 20.04.
and currently it provides the 16.04, 18.04,
and 20.04, 22.04 and 24.04.


4 changes: 2 additions & 2 deletions yocto-env
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ OPTIONS
version Environment version to use. This maps to Ubuntu releases
and currently it provides the 14.04, 16.04, 18.04,
20.04 and 22.04.
20.04, 22.04 and 24.04.
EOF
exit 1
}

case "$1" in
14.04*|16.04*|18.04*|20.04*|22.04*)
14.04*|16.04*|18.04*|20.04*|22.04*|24.04*)
version=$1
;;
*)
Expand Down

0 comments on commit 4f1a647

Please sign in to comment.