mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-28 23:51:32 +01:00
Prepare universal workflow
This commit is contained in:
parent
508486e1c3
commit
6814bad20f
8
.github/workflows/images_build_rhel.yml
vendored
8
.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.os }})
|
name: Build ${{ matrix.build }} base on RHEL (${{ matrix.arch }})
|
||||||
runs-on: [self-hosted, linux, "${{ matrix.os }}"]
|
|
||||||
needs: ["init_build"]
|
needs: ["init_build"]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
build: [build-base]
|
build: [build-base]
|
||||||
os: [X64, ARM64]
|
arch: [X64, ARM64]
|
||||||
|
runs-on: [self-hosted, linux, "${{ matrix.arch }}"]
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
@ -169,7 +169,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
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 }}"]
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
|
Loading…
Reference in New Issue
Block a user