mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 17:14:25 +02:00
Merge pull request #9104 from Icinga/Al2Klimov-patch-6
GHA: add Raspbian bullseye
This commit is contained in:
commit
4919c8b189
5
.github/workflows/raspbian.yml
vendored
5
.github/workflows/raspbian.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
codename:
|
codename:
|
||||||
- buster
|
- buster
|
||||||
|
- bullseye
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -33,6 +34,10 @@ jobs:
|
|||||||
- name: qemu-user-static
|
- name: qemu-user-static
|
||||||
run: |
|
run: |
|
||||||
set -exo pipefail
|
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
|
sudo apt-get update
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y qemu-user-static
|
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y qemu-user-static
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user