mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-22 17:28:02 +02:00
Merge pull request #8790 from Icinga/feature/gha212
GitHub actions: update distros
This commit is contained in:
commit
e6bbacbfeb
35
.github/workflows/packages.yml
vendored
35
.github/workflows/packages.yml
vendored
@ -21,6 +21,9 @@ jobs:
|
||||
- name: debian
|
||||
codename: stretch
|
||||
has32bit: true
|
||||
- name: ubuntu
|
||||
codename: hirsute
|
||||
has32bit: false
|
||||
- name: ubuntu
|
||||
codename: groovy
|
||||
has32bit: false
|
||||
@ -30,9 +33,6 @@ jobs:
|
||||
- name: ubuntu
|
||||
codename: bionic
|
||||
has32bit: true
|
||||
- name: ubuntu
|
||||
codename: xenial
|
||||
has32bit: true
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -116,16 +116,11 @@ jobs:
|
||||
-e ICINGA_BUILD_TYPE=snapshot \
|
||||
registry.icinga.com/build-docker/${{ matrix.distro.name }}/${{ matrix.distro.codename }}:x86 \
|
||||
icinga-build-test
|
||||
|
||||
- name: Artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: '${{ matrix.distro.name }}-${{ matrix.distro.codename }}-packages'
|
||||
path: deb-icinga2/build
|
||||
rpm:
|
||||
name: .rpm
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- name: centos
|
||||
@ -133,15 +128,15 @@ jobs:
|
||||
- name: centos
|
||||
release: 7
|
||||
- name: fedora
|
||||
release: 32
|
||||
release: 34
|
||||
- name: fedora
|
||||
release: 31
|
||||
release: 33
|
||||
- name: sles
|
||||
release: '15.1'
|
||||
release: '15.2'
|
||||
- name: sles
|
||||
release: '12.5'
|
||||
- name: opensuse
|
||||
release: '15.1'
|
||||
release: '15.2'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@ -220,17 +215,11 @@ jobs:
|
||||
-e ICINGA_BUILD_TYPE=snapshot \
|
||||
registry.icinga.com/build-docker/${{ matrix.distro.name }}/${{ matrix.distro.release }} \
|
||||
icinga-build-test
|
||||
|
||||
- name: Artifacts
|
||||
if: "steps.vars.outputs.CAN_BUILD == 'true'"
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: '${{ matrix.distro.name }}-${{ matrix.distro.release }}-packages'
|
||||
path: rpm-icinga2/build
|
||||
raspbian:
|
||||
name: Raspbian
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
codename:
|
||||
- buster
|
||||
@ -298,9 +287,3 @@ jobs:
|
||||
# -e ICINGA_BUILD_DEB_DEFAULT_ARCH=armhf \
|
||||
# registry.icinga.com/build-docker/raspbian/${{ matrix.codename }} \
|
||||
# icinga-build-test
|
||||
|
||||
- name: Artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: 'raspbian-${{ matrix.codename }}-packages'
|
||||
path: raspbian-icinga2/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user