Skip to content

Commit 560c1e8

Browse files
authored
Merge pull request #676 from imaqsood/PA-5065
(PA-5065) Add Ubuntu 22.04 (ARM64) to the puppet_agent module
2 parents 39d8ab9 + 4843ac1 commit 560c1e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ def log_output_errors(result)
5252
'7.19.0'
5353
when %r{osx-11}
5454
'7.7.0'
55-
when %r{osx-12}, %r{ubuntu-22.04}
55+
when %r{osx-12}, %r{ubuntu-22.04-amd64}
5656
'7.18.0'
5757
when %r{osx-13}
5858
'7.26.0'
59-
when %r{el-9-aarch64}
59+
when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64}
6060
'latest'
6161
else
6262
'7.18.0'
@@ -71,7 +71,7 @@ def log_output_errors(result)
7171
# else
7272
# end
7373
case target_platform
74-
when %r{el-9-aarch64}
74+
when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64}
7575
puppet_7_collection = 'puppet7-nightly'
7676
puppet_8_collection = 'puppet8-nightly'
7777
else

0 commit comments

Comments
 (0)