diff options
author | Josh Spicer <joshspicer@github.com> | 2023-03-10 19:50:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 19:50:32 +0300 |
commit | adf7240a7cfbaecfb84597359843212a870f6682 (patch) | |
tree | d0acf8792b88a18a4de0d07b3c930a2fdaa7dd64 | |
parent | 5d6f1ae9b93ca3e2ddb9c71c642e4e9204426e3c (diff) |
oryx-supported-platforms (#482)
-rw-r--r-- | src/oryx/NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oryx/NOTES.md b/src/oryx/NOTES.md index 19fe92f..ec69ec0 100644 --- a/src/oryx/NOTES.md +++ b/src/oryx/NOTES.md @@ -2,6 +2,6 @@ ## OS Support -This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. +See [supportedPlatformVersions.md](https://github.com/microsoft/Oryx/blob/main/doc/supportedPlatformVersions.md) on the Oryx repository for supported platforms. Notably, `oryx` does not support Debian "jammy". `bash` is required to execute the `install.sh` script. |