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.
1 parent c4999d4 commit 3c646a2Copy full SHA for 3c646a2
task_spec/spec/acceptance/init_spec.rb
@@ -46,6 +46,7 @@ def latest_platform_list
46
el-9-aarch64|
47
ubuntu-22\.04-aarch64|
48
amazon-2023|
49
+ amazon-2-aarch64|
50
osx-14|
51
debian-12|
52
debian-11-aarch64|
tasks/install_shell.sh
@@ -663,7 +663,7 @@ case $platform in
663
filetype="rpm"
664
platform_package="el"
665
# For Amazon Linux 2023 and onwards we can use the 'amazon' packages created instead of 'el' packages
666
- if (( $platform_version >= 2023 )); then
+ if (( $platform_version == 2023 || $platform_version == 7 )); then
667
platform_package="amazon"
668
fi
669
filename="${collection}-release-${platform_package}-${platform_version}.noarch.rpm"
0 commit comments