[skip ci] remove buster from builds for now - they are not currently functional.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2021-05-12 20:23:51 +01:00
parent 3acf505a1a
commit 0954c9f3dd
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
ARCH: [amd64, armhf, arm64, i386]
DEBIAN_VERSION: [stretch, buster, bullseye]
DEBIAN_VERSION: [stretch, buster]
env:
ARCH: ${{matrix.ARCH}}
DEBIAN_VERSION: ${{matrix.DEBIAN_VERSION}}