parent
819813ad72
commit
845392e090
|
@ -83,9 +83,9 @@ targets = {
|
|||
}
|
||||
|
||||
supported_builds = {
|
||||
"windows": [ "amd64" ],
|
||||
"windows": [ "amd64", "i386" ],
|
||||
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64" ],
|
||||
"freebsd": [ "amd64" ]
|
||||
"freebsd": [ "amd64", "i386" ]
|
||||
}
|
||||
|
||||
supported_packages = {
|
||||
|
|
Loading…
Reference in New Issue