update target table

This commit is contained in:
Malte Jürgens 2022-07-23 22:02:29 +02:00
parent b35d030dcb
commit 660c1bb4c3
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 10 additions and 9 deletions

View File

@ -9,15 +9,16 @@ scripts.
## <a id="targets"></a> Supported Targets
| Platform | x86_64 | aarch64 |
| --------------- | --------------------------------- | ------------------ |
| Linux | | |
| └─ Debian (deb) | ✅ (debian11) | - |
| └─ Ubuntu (deb) | ✅ (ubuntu20, ubuntu21, ubuntu22) | - |
| └─ Mint (deb) | ✅ (mint20) | - |
| └─ Fedora (rpm) | ✅ (fedora35, fedora36) | - |
| MacOS (dmg) | ✅ (macos-x64_64) | ✅ (macos-aarch64) |
| Windows | _WIP_ | - |
| Platform | x86_64 | aarch64 |
| ----------------- | ----------------------- | ------------------ |
| Linux | | |
| └─ Debian (deb) | ✅ (debian11) | - |
| └─ Ubuntu (deb) | ✅ (ubuntu20, ubuntu22) | - |
| └─ Mint (deb) | ✅ (mint20) | - |
| └─ Fedora (rpm) | ✅ (fedora35, fedora36) | - |
| └─ openSUSE (rpm) | ✅ (tumbleweed) | - |
| MacOS (dmg) | ✅ (macos-x64_64) | ✅ (macos-aarch64) |
| Windows | _WIP_ | - |
## Running bsys5 Locally