mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 18:07:46 +02:00
RHEL build test
This commit is contained in:
parent
2491b30741
commit
6b1997f92b
4
.github/workflows/images_build_rhel.yml
vendored
4
.github/workflows/images_build_rhel.yml
vendored
@ -636,12 +636,12 @@ jobs:
|
|||||||
|
|
||||||
clean_artifacts:
|
clean_artifacts:
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
needs: ${{ fromJson(needs.init_build.outputs.database) }}
|
needs: [ "build_images", "init_build"]
|
||||||
name: Clear ${{ matrix.build }} image cache (${{ matrix.arch }})
|
name: Clear ${{ matrix.build }} image cache (${{ matrix.arch }})
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
build: [build-mysql, build-sqlite3]
|
build: ${{ fromJson(needs.init_build.outputs.database) }}
|
||||||
arch: ${{ fromJson(needs.init_build.outputs.platforms) }}
|
arch: ${{ fromJson(needs.init_build.outputs.platforms) }}
|
||||||
runs-on: [self-hosted, linux, "${{ matrix.arch }}"]
|
runs-on: [self-hosted, linux, "${{ matrix.arch }}"]
|
||||||
if: ${{ always() && needs.build_base_database.result == 'success' }}
|
if: ${{ always() && needs.build_base_database.result == 'success' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user