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.
aarch64
1 parent 272cb64 commit 09a6319Copy full SHA for 09a6319
manifests/compose.pp
@@ -61,7 +61,7 @@
61
if $raw_url != undef {
62
$docker_compose_url = $raw_url
63
} else {
64
- $docker_compose_url = "${base_url}/${version}/docker-compose-${::kernel}-x86_64${file_extension}"
+ $docker_compose_url = "${base_url}/${version}/docker-compose-${::kernel}-${facter['os']['hardware']}${file_extension}"
65
}
66
67
if $proxy != undef {
0 commit comments