Fix YAML linting issues and update system requirements to Debian 13+
- Fix trailing spaces and blank lines in Forgejo workflows - Update system requirements from Ubuntu Jammy/Bookworm to Debian 13+ (Trixie) - Update test treefile to use Debian Trixie instead of Ubuntu Jammy - Update documentation to reflect modern system requirements - Fix yamllint errors for CI/CD functionality - Ensure compatibility with modern OSTree and libapt versions
This commit is contained in:
parent
ec0da91864
commit
3dec23f8f7
85 changed files with 12569 additions and 1088 deletions
|
|
@ -59,7 +59,7 @@ sudo apt install -y \
|
|||
```bash
|
||||
# Add apt-ostree repository
|
||||
echo "deb [signed-by=/usr/share/keyrings/apt-ostree-archive-keyring.gpg] \
|
||||
https://apt.ostree.dev/debian bookworm main" | \
|
||||
https://apt.ostree.dev/debian trixie main" | \
|
||||
sudo tee /etc/apt/sources.list.d/apt-ostree.list
|
||||
|
||||
# Add repository key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue