mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 01:47:43 +02:00
Prepare universal workflow
This commit is contained in:
parent
05af348776
commit
4cca60ee1d
2
.github/workflows/images_build_rhel.yml
vendored
2
.github/workflows/images_build_rhel.yml
vendored
@ -451,7 +451,7 @@ jobs:
|
|||||||
build: [mysql, sqlite3]
|
build: [mysql, sqlite3]
|
||||||
arch: [X64, ARM64]
|
arch: [X64, ARM64]
|
||||||
runs-on: [self-hosted, linux, "${{ matrix.arch }}"]
|
runs-on: [self-hosted, linux, "${{ matrix.arch }}"]
|
||||||
if: ${{ always() }}
|
if: ${{ always() && needs.build_images.result == 'success' }}
|
||||||
permissions: {}
|
permissions: {}
|
||||||
steps:
|
steps:
|
||||||
- name: Download SHA256 tag of build-${{ matrix.build }}:${{ matrix.arch }}
|
- name: Download SHA256 tag of build-${{ matrix.build }}:${{ matrix.arch }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user