Skip to content

Commit

Permalink
chore(doc): fix supported kernel version table
Browse files Browse the repository at this point in the history
Fix a typo of `linux_4.1` which should read `linux_4.14`.

Signed-off-by: Pablo Barbáchano <[email protected]>
  • Loading branch information
pb8o committed Jan 23, 2024
1 parent 3cab3cf commit b588bfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ The **API endpoint** can be used to:

We test all combinations of:

| Instance | Host OS & Kernel | Guest Rootfs | Guest Kernel |
| :--------- | :----------------- | :------------- | :------------- |
| m5d.metal | al2 linux_4.1 | ubuntu 22.04 | linux_4.14 |
| m6i.metal | al2 linux_5.10 | | linux_5.10 |
| m6a.metal | al2023 linux_6.1 | | |
| m6g.metal | | | |
| c7g.metal | | | |
| Instance | Host OS & Kernel | Guest Rootfs | Guest Kernel |
|:----------|:------------------|:-------------|:-------------|
| m5d.metal | al2 linux_4.14 | ubuntu 22.04 | linux_4.14 |
| m6i.metal | al2 linux_5.10 | | linux_5.10 |
| m6a.metal | al2023 linux_6.1 | | |
| m6g.metal | | | |
| c7g.metal | | | |

## Known issues and Limitations

Expand Down

0 comments on commit b588bfb

Please sign in to comment.