Skip to content

MDBF-796 Add Eigen onto BB workers (Centos and co 8+/Debian/Fedora/SL… #42

MDBF-796 Add Eigen onto BB workers (Centos and co 8+/Debian/Fedora/SL…

MDBF-796 Add Eigen onto BB workers (Centos and co 8+/Debian/Fedora/SL… #42

name: Build CentOS:pip based images
on:
push:
paths:
- 'ci_build_images/centos.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/build-centos.pip-based.yml
- .github/workflows/bbw_build_container_template.yml
pull_request:
paths:
- 'ci_build_images/centos.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/build-centos.pip-based.yml
- .github/workflows/bbw_build_container_template.yml
workflow_call:
jobs:
build-images:
strategy:
fail-fast: false
matrix:
include:
- image: quay.io/centos/centos:stream9
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
tag: centosstream9
runner: ubuntu-24.04
nogalera: false
- image: docker.io/openeuler/openeuler:24.03-lts
platforms: linux/amd64, linux/arm64/v8
tag: oe2403
nogalera: true
uses: ./.github/workflows/bbw_build_container_template.yml
with:
dockerfile: centos.Dockerfile pip.Dockerfile
image: ${{ matrix.image }}
platforms: ${{ matrix.platforms }}
runner: ${{ matrix.runner }}
tag: ${{ matrix.tag }}
nogalera: ${{ matrix.nogalera }}
secrets: inherit