mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
[Ubuntu] Pre-cache Ruby binaries (#2084)
* precache ruby binaries * remove github_feed_token * fix logs
This commit is contained in:
committed by
GitHub
parent
8d6d64a04e
commit
38b0a6005d
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"@actions/toolcache-ruby-ubuntu-1604-x64": [
|
||||
"2.4", "2.5", "2.6", "2.7"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"@actions/toolcache-ruby-ubuntu-1804-x64": [
|
||||
"2.4", "2.5", "2.6", "2.7"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"@actions/toolcache-ruby-ubuntu-2004-x64": [
|
||||
"2.5", "2.6", "2.7"
|
||||
]
|
||||
}
|
||||
@@ -57,6 +57,17 @@
|
||||
"versions": [
|
||||
"1.72.0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
"platform_version": "16.04",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"2.4.*",
|
||||
"2.5.*",
|
||||
"2.6.*",
|
||||
"2.7.*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"android": {
|
||||
|
||||
@@ -57,6 +57,17 @@
|
||||
"versions": [
|
||||
"1.72.0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
"platform_version": "18.04",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"2.4.*",
|
||||
"2.5.*",
|
||||
"2.6.*",
|
||||
"2.7.*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"android": {
|
||||
|
||||
@@ -46,6 +46,16 @@
|
||||
"1.15.*"
|
||||
],
|
||||
"default": "1.14.*"
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
"platform_version": "20.04",
|
||||
"arch": "x64",
|
||||
"versions": [
|
||||
"2.5.*",
|
||||
"2.6.*",
|
||||
"2.7.*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"android": {
|
||||
|
||||
Reference in New Issue
Block a user