mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 06:34:42 +02:00
Merge pull request #10368 from Icinga/GHAdeb32
GitHub actions: also test the still packaged 32-bit Debian
This commit is contained in:
commit
8714f72d65
13
.github/workflows/linux.yml
vendored
13
.github/workflows/linux.yml
vendored
@ -13,7 +13,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
name: ${{ matrix.distro }}
|
name: ${{ matrix.distro }}${{ matrix.platform != 'linux/amd64' && format(' ({0})', matrix.platform) || '' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@ -49,6 +49,15 @@ jobs:
|
|||||||
- ubuntu:24.04
|
- ubuntu:24.04
|
||||||
- ubuntu:24.10
|
- ubuntu:24.10
|
||||||
|
|
||||||
|
platform:
|
||||||
|
- linux/amd64
|
||||||
|
|
||||||
|
include:
|
||||||
|
- distro: debian:11
|
||||||
|
platform: linux/386
|
||||||
|
- distro: debian:12
|
||||||
|
platform: linux/386
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout HEAD
|
- name: Checkout HEAD
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -62,4 +71,4 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: >-
|
run: >-
|
||||||
docker run --rm -v "$(pwd):/icinga2" -e DISTRO=${{ matrix.distro }}
|
docker run --rm -v "$(pwd):/icinga2" -e DISTRO=${{ matrix.distro }}
|
||||||
${{ matrix.distro }} /icinga2/.github/workflows/linux.bash
|
--platform ${{ matrix.platform }} ${{ matrix.distro }} /icinga2/.github/workflows/linux.bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user