From 7a843796ad5867bca86ee88834d44fec0938aa7e Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 00:23:52 +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 6e26a0e4a..5d92eee0a 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.arch }}) + name: Build ${{ matrix.build }} base on RHEL (${{ matrix.server_arch }}) needs: ["init_build"] strategy: fail-fast: false matrix: build: [build-base] - arch: [X64, ARM64] - runs-on: [self-hosted, linux, ${{ matrix.arch }}] + server_arch: [X64, ARM64] + runs-on: [self-hosted, linux, ${{ matrix.server_arch }}] permissions: contents: read id-token: write