File tree 1 file changed +4
-3
lines changed
task_spec/spec/acceptance
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ def latest_platform_list
47
47
ubuntu-22\. 04-aarch64|
48
48
amazon-2023|
49
49
osx-14|
50
- debian-12
50
+ debian-12|
51
+ debian-11-aarch64
51
52
}x
52
53
end
53
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
58
59
# want to change `target_platform` to be the first version (N) that added the OS.
59
60
puppet_7_version = case target_platform
60
- when %r{debian-11}
61
+ when %r{debian-11-amd64 }
61
62
'7.9.0'
62
63
when %r{el-9-x86_64}
63
64
'7.14.0'
@@ -102,7 +103,7 @@ def latest_platform_list
102
103
# true
103
104
# end
104
105
multiple_puppet7_versions = case target_platform
105
- when %r{osx-13|osx-14|el-9-aarch64}
106
+ when %r{osx-13|osx-14|el-9-aarch64|debian-11-aarch64 }
106
107
false
107
108
else
108
109
true
You can’t perform that action at this time.
0 commit comments