Skip to content

Commit

Permalink
feat(system.rb): add Ubuntu 22.04 to build_platform_codename
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jul 5, 2022
1 parent c04f421 commit c70077b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssf/files/default/test/integration/share/libraries/system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def build_finger_release
# rubocop:disable Metrics/MethodLength,Metrics/CyclomaticComplexity
def build_platform_codename
case build_platform_finger
when 'ubuntu-22.04'
'jammy'
when 'ubuntu-20.04'
'focal'
when 'ubuntu-18.04'
Expand Down

0 comments on commit c70077b

Please sign in to comment.