mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +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:
|
||||
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"]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
build: [build-base]
|
||||
arch: [X64, ARM64]
|
||||
runs-on: [self-hosted, linux, ${{ matrix.arch }}]
|
||||
server_arch: [X64, ARM64]
|
||||
runs-on: [self-hosted, linux, ${{ matrix.server_arch }}]
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
|
Loading…
Reference in New Issue
Block a user