diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-03-18 12:36:32 -0400 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-03-18 12:36:32 -0400 |
commit | 3c9216ae1260cd7dde3c95287c5a8bc6e3662480 (patch) | |
tree | 56716578972fc7b16f83beec187919ce3cf13668 | |
parent | Switch no-push to local (diff) | |
download | jellyfin-packaging-3c9216ae1260cd7dde3c95287c5a8bc6e3662480.tar.gz jellyfin-packaging-3c9216ae1260cd7dde3c95287c5a8bc6e3662480.tar.bz2 jellyfin-packaging-3c9216ae1260cd7dde3c95287c5a8bc6e3662480.zip |
Remove incorrect docker ref
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ If you want a non-Docker image output (`.deb`, `tar`/`zip` archive, etc.) follow * The second argument is the "platform" you want to build for. The available options are listed as top-level keys in the `build.yaml` configuration file or in the `-h` help output. - * The third argument is, for most builds except `docker` and `portable` (DotNET portable), the architecture you want to build for. For each platform, the available architectures can be found as the keys under `archmaps` in the `build.yaml` configuration file. + * The third argument is, for all platforms except `portable` (DotNET portable), the architecture you want to build for. For each platform, the available architectures can be found as the keys under `archmaps` in the `build.yaml` configuration file. * The fourth argument is exclusive to `debian` and `ubuntu` `.deb` packages, and is the release version of Debian or Ubuntu to build for. For each platform, the available releases can be found as the keys under `releases` in the `build.yaml` configuration file. |