mirror of
https://github.com/actions/runner-images.git
synced 2025-12-25 02:47:41 +08:00
* migrate 1604 installation * Document 16.04 * More debug on installed compnents * 1804 and 2004 images * Remove un-needed chmod Co-authored-by: Sergey Dolin <v-sedoli@micorosoft.com>
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"toolcache": [
|
|
{
|
|
"name": "Python",
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
"platform" : "linux",
|
|
"platform_version": "20.04",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"2.7.*",
|
|
"3.5.*",
|
|
"3.6.*",
|
|
"3.7.*",
|
|
"3.8.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "PyPy",
|
|
"arch": "x64",
|
|
"platform" : "linux",
|
|
"versions": [
|
|
"2.7",
|
|
"3.6"
|
|
]
|
|
},
|
|
{
|
|
"name": "node",
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
|
"platform" : "linux",
|
|
"arch": "x64",
|
|
"versions": [
|
|
"8.*",
|
|
"10.*",
|
|
"12.*",
|
|
"14.*"
|
|
]
|
|
},
|
|
{
|
|
"name": "go",
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
|
"arch": "x64",
|
|
"platform" : "linux",
|
|
"versions": [
|
|
"1.14.*",
|
|
"1.15.*"
|
|
],
|
|
"default": "1.14.*"
|
|
}
|
|
],
|
|
"android": {
|
|
"platform_list": [
|
|
"android-30", "android-29", "android-28", "android-27"
|
|
],
|
|
"build_tools": [
|
|
"30.0.1", "30.0.0", "29.0.3", "29.0.2", "29.0.1", "29.0.0", "28.0.3", "28.0.2", "28.0.1", "27.0.3", "27.0.2", "27.0.1", "27.0.0"
|
|
],
|
|
"extra_list": [
|
|
"android;m2repository",
|
|
"google;m2repository",
|
|
"google;google_play_services"
|
|
],
|
|
"addon_list": [
|
|
],
|
|
"additional_tools": [
|
|
"cmake;3.10.2.4988404",
|
|
"patcher;v4",
|
|
"ndk-bundle",
|
|
"platform-tools"
|
|
]
|
|
}
|
|
}
|