From 1ebf3af77a87c806013178e015db2733655fdfc7 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 00:24:42 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_rhel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 5d92eee0a..8bf458d0a 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.server_arch }}) + name: Build ${{ matrix.build }} base on RHEL (${{ matrix.os }}) + runs-on: [self-hosted, linux, ${{ matrix.os }}] needs: ["init_build"] strategy: fail-fast: false matrix: build: [build-base] - server_arch: [X64, ARM64] - runs-on: [self-hosted, linux, ${{ matrix.server_arch }}] + os: [X64, ARM64] permissions: contents: read id-token: write