mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
28 lines
589 B
JSON
28 lines
589 B
JSON
|
{
|
||
|
"linux_targets": [
|
||
|
{
|
||
|
"arch": "x86_64",
|
||
|
"target": "ubuntu18.04",
|
||
|
"type": "deb",
|
||
|
"platform": "bionic"
|
||
|
},
|
||
|
{
|
||
|
"arch": "x86_64",
|
||
|
"target": "ubuntu20.04",
|
||
|
"type": "deb",
|
||
|
"platform": "focal"
|
||
|
},
|
||
|
{
|
||
|
"arch": "arm64",
|
||
|
"target": "ubuntu18.04",
|
||
|
"type": "deb",
|
||
|
"platform": "bionic"
|
||
|
},
|
||
|
{
|
||
|
"arch": "arm64",
|
||
|
"target": "ubuntu20.04",
|
||
|
"type": "deb",
|
||
|
"platform": "focal"
|
||
|
}
|
||
|
]
|
||
|
}
|