[skip ci] Merge branch 'master' into dev

This commit is contained in:
Adam Warner 2021-05-12 20:24:11 +01:00
commit 58d2c6a934
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,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}}

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}}