mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-23 00:03:42 +01:00
Prepare universal workflow
This commit is contained in:
parent
37fa427c3a
commit
7a843796ad
6
.github/workflows/images_build_rhel.yml
vendored
6
.github/workflows/images_build_rhel.yml
vendored
@ -90,14 +90,14 @@ jobs:
|
|||||||
|
|
||||||
build_base:
|
build_base:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
name: Build ${{ matrix.build }} base on RHEL (${{ matrix.arch }})
|
name: Build ${{ matrix.build }} base on RHEL (${{ matrix.server_arch }})
|
||||||
needs: ["init_build"]
|
needs: ["init_build"]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
build: [build-base]
|
build: [build-base]
|
||||||
arch: [X64, ARM64]
|
server_arch: [X64, ARM64]
|
||||||
runs-on: [self-hosted, linux, ${{ matrix.arch }}]
|
runs-on: [self-hosted, linux, ${{ matrix.server_arch }}]
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
|
Loading…
Reference in New Issue
Block a user