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
b779827f5f
commit
37fa427c3a
8
.github/workflows/images_build_rhel.yml
vendored
8
.github/workflows/images_build_rhel.yml
vendored
@ -95,8 +95,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
build: ["build-base"]
|
||||
arch: ["X64", "ARM64"]
|
||||
build: [build-base]
|
||||
arch: [X64, ARM64]
|
||||
runs-on: [self-hosted, linux, ${{ matrix.arch }}]
|
||||
permissions:
|
||||
contents: read
|
||||
@ -167,8 +167,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
build: ["mysql", "sqlite3"]
|
||||
arch: ["X64", "ARM64"]
|
||||
build: [mysql, sqlite3]
|
||||
arch: [X64, ARM64]
|
||||
runs-on: [self-hosted, linux, ${{ matrix.arch }}]
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user