diff --git a/docs/_debians/debian-bookworm-arm64.md b/docs/_debians/debian-bookworm-arm64.md index 347b7fa..6e3c0c3 100644 --- a/docs/_debians/debian-bookworm-arm64.md +++ b/docs/_debians/debian-bookworm-arm64.md @@ -2,6 +2,6 @@ os: debian dist: bookworm arch: arm64 -name: Debian testing ("bookworm") +name: Debian stable/12.0 ("bookworm") exp: False --- diff --git a/docs/_debians/debian-bookworm-armhf.md b/docs/_debians/debian-bookworm-armhf.md index ed6983f..234a32c 100644 --- a/docs/_debians/debian-bookworm-armhf.md +++ b/docs/_debians/debian-bookworm-armhf.md @@ -2,6 +2,6 @@ os: debian dist: bookworm arch: armhf -name: Debian testing ("bookworm") +name: Debian stable/12.0 ("bookworm") exp: False --- diff --git a/docs/_debians/debian-bullseye-arm64.md b/docs/_debians/debian-bullseye-arm64.md deleted file mode 100644 index 64c1f73..0000000 --- a/docs/_debians/debian-bullseye-arm64.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -os: debian -dist: bullseye -arch: arm64 -name: Debian stable/11.7 ("bullseye") -exp: False ---- diff --git a/docs/_debians/debian-bullseye-armhf.md b/docs/_debians/debian-bullseye-armhf.md deleted file mode 100644 index 61060e5..0000000 --- a/docs/_debians/debian-bullseye-armhf.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -os: debian -dist: bullseye -arch: armhf -name: Debian stable/11.7 ("bullseye") -exp: False ---- diff --git a/docs/_debians/debian-trixie-arm64.md b/docs/_debians/debian-trixie-arm64.md new file mode 100644 index 0000000..27f62db --- /dev/null +++ b/docs/_debians/debian-trixie-arm64.md @@ -0,0 +1,7 @@ +--- +os: debian +dist: trixie +arch: arm64 +name: Debian testing ("trixie") +exp: False +--- diff --git a/docs/_debians/debian-trixie-armhf.md b/docs/_debians/debian-trixie-armhf.md new file mode 100644 index 0000000..0a87bfe --- /dev/null +++ b/docs/_debians/debian-trixie-armhf.md @@ -0,0 +1,7 @@ +--- +os: debian +dist: trixie +arch: armhf +name: Debian testing ("trixie") +exp: False +---