From ab0bbb9f97d1b0f408f607915d0ea0d5e5bf39bd Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 27 Feb 2025 21:16:51 -0800 Subject: [PATCH 1/3] Fix release CI. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 637ca32110..6c75039172 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,10 @@ jobs: platform: [x86_64, aarch64] test-category: [smoke] include: - - { os: linux, platform:x86_64, runs-on: ubuntu-22.04, compiler: gcc } + - { os: linux, platform: x86_64, runs-on: ubuntu-22.04, compiler: gcc } - { os: linux, - platform:aarch64, + platform: aarch64, runs-on: ubuntu-22.04-arm, compiler: gcc, } @@ -41,7 +41,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.runs-on }} container: ${{ matrix.image || '' }} - + defaults: run: shell: bash From babd7fe928ee6fc96a16593fb29bbd6828a26d41 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 27 Feb 2025 21:17:59 -0800 Subject: [PATCH 2/3] fix. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c75039172..d2a14083ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.runs-on }} container: ${{ matrix.image || '' }} - + defaults: run: shell: bash From f36d94bc86770dd376d62372f235da52c0869691 Mon Sep 17 00:00:00 2001 From: slangbot <186143334+slangbot@users.noreply.github.com> Date: Fri, 28 Feb 2025 05:19:51 +0000 Subject: [PATCH 3/3] format code --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2a14083ae..f715bcaf84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,12 @@ jobs: platform: [x86_64, aarch64] test-category: [smoke] include: - - { os: linux, platform: x86_64, runs-on: ubuntu-22.04, compiler: gcc } + - { + os: linux, + platform: x86_64, + runs-on: ubuntu-22.04, + compiler: gcc, + } - { os: linux, platform: aarch64,