mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add platform detail to support info
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
3981110da5
commit
8f407e2387
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -327,13 +327,13 @@ Remote Targets
|
|||
|
||||
In addition, runtime support is provided for:
|
||||
|
||||
| Platform | Versions |
|
||||
| -------- | -------- |
|
||||
| Debian | 8, 9 |
|
||||
| RHEL | 6, 7 |
|
||||
| Ubuntu | 12.04+ |
|
||||
| Windows | 7+ |
|
||||
| Windows | 2012+ |
|
||||
| Platform | Versions | Arch |
|
||||
| -------- | -------- | ------ |
|
||||
| Debian | 8, 9 | x86_64 |
|
||||
| RHEL | 6, 7 | x86_64 |
|
||||
| Ubuntu | 12.04+ | x86_64 |
|
||||
| Windows | 7+ | x86_64 |
|
||||
| Windows | 2012+ | x86_64 |
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
Loading…
Reference in a new issue