Skip to content

Commit 3d01a5d

Browse files
authored
Merge pull request #812 from mpdude/patch-1
Support different Architectures (like `aarch64`) when installing Compose
2 parents 965cea5 + 44f986d commit 3d01a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/compose.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
if $raw_url != undef {
6262
$docker_compose_url = $raw_url
6363
} else {
64-
$docker_compose_url = "${base_url}/${version}/docker-compose-${::kernel}-x86_64${file_extension}"
64+
$docker_compose_url = "${base_url}/${version}/docker-compose-${::kernel}-${facts['os']['hardware']}${file_extension}"
6565
}
6666

6767
if $proxy != undef {

0 commit comments

Comments
 (0)