Roshan Khatri e48317eb34
Workflow changes to fix old release binaries (#1461)
- Moves `build-config.json` to workflow dir to build old versions with
new configs.
- Enables contributors to test release Wf on private repo by adding
`github.event_name == 'workflow_dispatch' ||`

---------

Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
2024-12-19 21:32:40 +01:00

35 lines
730 B
JSON

{
"linux_targets": [
{
"arch": "x86_64",
"target": "ubuntu-20.04",
"type": "deb",
"platform": "focal"
},
{
"arch": "x86_64",
"target": "ubuntu-22.04",
"type": "deb",
"platform": "jammy"
},
{
"arch": "x86_64",
"target": "ubuntu-24.04",
"type": "deb",
"platform": "noble"
},
{
"arch": "arm64",
"target": "ubuntu20.04",
"type": "deb",
"platform": "focal"
},
{
"arch": "arm64",
"target": "ubuntu22.04",
"type": "deb",
"platform": "jammy"
}
]
}