We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e545b3f commit 4fe8294Copy full SHA for 4fe8294
task_spec/spec/acceptance/init_spec.rb
@@ -47,7 +47,8 @@ def latest_platform_list
47
ubuntu-22\.04-aarch64|
48
amazon-2023|
49
osx-14|
50
- debian-12
+ debian-12|
51
+ debian-11-aarch64
52
}x
53
end
54
@@ -57,7 +58,7 @@ def latest_platform_list
57
58
# official packages won't be released until later. During the N+1 release, you'll
59
# want to change `target_platform` to be the first version (N) that added the OS.
60
puppet_7_version = case target_platform
- when %r{debian-11}
61
+ when %r{debian-11-amd64}
62
'7.9.0'
63
when %r{el-9-x86_64}
64
'7.14.0'
0 commit comments