From 6814bad20f302aa12ab59af8ae3c4925bef5752d Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 00:27:00 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_rhel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 779987d9d..5e19edd49 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -90,14 +90,14 @@ jobs: build_base: timeout-minutes: 30 - name: Build ${{ matrix.build }} base on RHEL (${{ matrix.os }}) - runs-on: [self-hosted, linux, "${{ matrix.os }}"] + name: Build ${{ matrix.build }} base on RHEL (${{ matrix.arch }}) needs: ["init_build"] strategy: fail-fast: false matrix: build: [build-base] - os: [X64, ARM64] + arch: [X64, ARM64] + runs-on: [self-hosted, linux, "${{ matrix.arch }}"] permissions: contents: read id-token: write @@ -169,7 +169,7 @@ jobs: matrix: build: [mysql, sqlite3] arch: [X64, ARM64] - runs-on: [self-hosted, linux, ${{ matrix.arch }}] + runs-on: [self-hosted, linux, "${{ matrix.arch }}"] permissions: contents: read id-token: write