mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-11 16:18:52 +01: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:
|
||||
init_build:
|
||||
name: Initialize build
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux, X64]
|
||||
outputs:
|
||||
components: ${{ steps.components.outputs.list }}
|
||||
is_default_branch: ${{ steps.branch_info.outputs.is_default_branch }}
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
matrix:
|
||||
build: ["build-base"]
|
||||
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux, X64]
|
||||
outputs:
|
||||
image: ${{ steps.build_image.outputs.image-with-tag }}
|
||||
steps:
|
||||
@ -119,7 +119,7 @@ jobs:
|
||||
matrix:
|
||||
build: ["mysql", "sqlite3"]
|
||||
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux, X64]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
@ -154,7 +154,7 @@ jobs:
|
||||
matrix:
|
||||
build: ${{ fromJson(needs.init_build.outputs.components) }}
|
||||
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux, X64]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user