Skip to content

Commit

Permalink
(PA-5065) Add Ubuntu 22.04 (ARM64) to the puppet_agent module
Browse files Browse the repository at this point in the history
  • Loading branch information
imaqsood committed Oct 17, 2023
1 parent 39d8ab9 commit 4843ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions task_spec/spec/acceptance/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def log_output_errors(result)
'7.19.0'
when %r{osx-11}
'7.7.0'
when %r{osx-12}, %r{ubuntu-22.04}
when %r{osx-12}, %r{ubuntu-22.04-amd64}
'7.18.0'
when %r{osx-13}
'7.26.0'
when %r{el-9-aarch64}
when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64}
'latest'
else
'7.18.0'
Expand All @@ -71,7 +71,7 @@ def log_output_errors(result)
# else
# end
case target_platform
when %r{el-9-aarch64}
when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64}
puppet_7_collection = 'puppet7-nightly'
puppet_8_collection = 'puppet8-nightly'
else
Expand Down

0 comments on commit 4843ac1

Please sign in to comment.