Added new Debian version: bullseye (#828)

Signed-off-by: Daniel <daniel@developerdan.com>
This commit is contained in:
Daniel 2021-04-13 13:09:31 -04:00 committed by GitHub
parent c0e55c156f
commit 26aea62e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10,7 +10,7 @@ Options:
--fail-fast Exit on first build error
--hub_tag=<tag> What the Docker Hub Image should be tagged as [default: None]
--arch=<arch> What Architecture(s) to build [default: amd64 armel armhf arm64]
--debian=<version> What debian version(s) to build [default: stretch buster]
--debian=<version> What debian version(s) to build [default: stretch buster bullseye]
-v Print docker's command output [default: False]
-t Print docker's build time [default: False]