Added "amd64" to architecture checks
This commit is contained in:
parent
af9c498fff
commit
933316bf72
4 changed files with 15 additions and 13 deletions
|
@ -13,8 +13,8 @@ class arduino {
|
|||
}
|
||||
|
||||
if !$arduino_package {
|
||||
case $architecture {
|
||||
"x86_64": {
|
||||
case $::architecture {
|
||||
"amd64","x86_64": {
|
||||
if $arduino64_package_latest {
|
||||
$arduino_package = $arduino64_package_latest
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue