No need to build stretch images as well as buster

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2021-09-12 17:03:13 +01:00
parent 1cc3159518
commit 521bed1c4f
3 changed files with 3 additions and 3 deletions

View File

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