We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39d8ab9 + 4843ac1 commit 560c1e8Copy full SHA for 560c1e8
task_spec/spec/acceptance/init_spec.rb
@@ -52,11 +52,11 @@ def log_output_errors(result)
52
'7.19.0'
53
when %r{osx-11}
54
'7.7.0'
55
- when %r{osx-12}, %r{ubuntu-22.04}
+ when %r{osx-12}, %r{ubuntu-22.04-amd64}
56
'7.18.0'
57
when %r{osx-13}
58
'7.26.0'
59
- when %r{el-9-aarch64}
+ when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64}
60
'latest'
61
else
62
@@ -71,7 +71,7 @@ def log_output_errors(result)
71
# else
72
# end
73
case target_platform
74
75
puppet_7_collection = 'puppet7-nightly'
76
puppet_8_collection = 'puppet8-nightly'
77
0 commit comments