mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9453 from Icinga/bugfix/gha-raspbian
GitHub Actions: Build Raspbian on Ubuntu 22.04
This commit is contained in:
commit
3bd2de9b3c
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- buster
|
- buster
|
||||||
- bullseye
|
- bullseye
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04 # revert back to ubuntu-latest once that is 22.04 or later
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel previous jobs for the same PR
|
- name: Cancel previous jobs for the same PR
|
||||||
|
@ -34,10 +34,6 @@ 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…
Reference in New Issue