diff --git a/README.md b/README.md index eb6b4bc..ce3ea12 100644 --- a/README.md +++ b/README.md @@ -57,15 +57,6 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf | ❌ | | -## Version Tags - -This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. - -| Tag | Available | Description | -| :----: | :----: |--- | -| latest | ✅ | Stable releases | -| gpu | ✅ | Releases with Nvidia GPU support (amd64 only) | - ## Application Setup For use with Home Assistant [Assist](https://www.home-assistant.io/voice_control/voice_remote_local_assistant/), add the Wyoming integration and supply the hostname/IP and port that piper is running add-on." @@ -311,6 +302,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **26.11.24:** - Add GPU branch. * **18.07.24:** - Rebase to Ubuntu Noble. * **25.11.23:** - Initial Release. diff --git a/readme-vars.yml b/readme-vars.yml index a63e1c5..a624c90 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -10,7 +10,7 @@ project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_ available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} -development_versions: true +development_versions: false development_versions_items: - {tag: "latest", desc: "Stable releases"} - {tag: "gpu", desc: "Releases with Nvidia GPU support (amd64 only)"} @@ -84,6 +84,6 @@ init_diagram: | "piper:latest" <- Base Images # changelog changelogs: - - {date: "26.11.24:", desc: "Add GPU branch."} + #- {date: "26.11.24:", desc: "Add GPU branch."} - {date: "18.07.24:", desc: "Rebase to Ubuntu Noble."} - {date: "25.11.23:", desc: "Initial Release."}