Merge pull request #9104 from Icinga/Al2Klimov-patch-6

GHA: add Raspbian bullseye
This commit is contained in:
Alexander Aleksandrovič Klimov 2021-12-01 17:25:27 +01:00 committed by GitHub
commit 4919c8b189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
matrix:
codename:
- buster
- bullseye
runs-on: ubuntu-latest
@ -33,6 +34,10 @@ jobs:
- name: qemu-user-static
run: |
set -exo pipefail
. /etc/os-release
if [ "$VERSION_ID" = 20.04 ]; then
sudo perl -pi -e s/focal/impish/g /etc/apt/sources.list
fi
sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y qemu-user-static