Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 72c4207

Browse files
authored
Merge pull request #22 from Telefonica/mrodm/update_metadata
Update metadata including with Debian Buster
2 parents 0b123f3 + 95ff867 commit 72c4207

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Automatic configuration for running GitHub Actions as a service
1414

1515
## Description
1616

17-
This module will setup all of the files and configuration needed for GitHub Actions runner to work on any Debian 9 hosts.
17+
This module will setup all of the files and configuration needed for GitHub Actions runner to work on Debian (Stretch and Buster) and CentOS7 hosts.
1818

1919
### hiera configuration examples
2020

@@ -107,7 +107,7 @@ Note, your `personal_access_token` has to contain the `admin:enterprise` permiss
107107

108108
## Limitations
109109

110-
Tested on Debian 9 stretch and CentOS7 hosts.
110+
Tested on Debian 9 (stretch), Debian 10 (buster) and CentOS7 hosts.
111111
Full list of operating systems support and requirements are described in `metadata.json` file.
112112

113113
## Development

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
{
2727
"operatingsystem": "Debian",
2828
"operatingsystemrelease": [
29-
"9"
29+
"9",
30+
"10"
3031
]
3132
},
3233
{

0 commit comments

Comments
 (0)