mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-12 12:56:41 +02:00
Use RHEL workflow only for X64 machine
This commit is contained in:
parent
eaf0dd13e1
commit
bf5c3457e4
8
.github/workflows/images_build_rhel.yml
vendored
8
.github/workflows/images_build_rhel.yml
vendored
@ -30,7 +30,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
init_build:
|
init_build:
|
||||||
name: Initialize build
|
name: Initialize build
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, linux, X64]
|
||||||
outputs:
|
outputs:
|
||||||
components: ${{ steps.components.outputs.list }}
|
components: ${{ steps.components.outputs.list }}
|
||||||
is_default_branch: ${{ steps.branch_info.outputs.is_default_branch }}
|
is_default_branch: ${{ steps.branch_info.outputs.is_default_branch }}
|
||||||
@ -81,7 +81,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
build: ["build-base"]
|
build: ["build-base"]
|
||||||
|
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, linux, X64]
|
||||||
outputs:
|
outputs:
|
||||||
image: ${{ steps.build_image.outputs.image-with-tag }}
|
image: ${{ steps.build_image.outputs.image-with-tag }}
|
||||||
steps:
|
steps:
|
||||||
@ -119,7 +119,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
build: ["mysql", "sqlite3"]
|
build: ["mysql", "sqlite3"]
|
||||||
|
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, linux, X64]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -154,7 +154,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
build: ${{ fromJson(needs.init_build.outputs.components) }}
|
build: ${{ fromJson(needs.init_build.outputs.components) }}
|
||||||
|
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, linux, X64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user