From 2bd13c6ab7d67661922316af764a0e5b24e6aa24 Mon Sep 17 00:00:00 2001 From: typedrandomly <62288395+typedrandomly@users.noreply.github.com> Date: Thu, 11 Sep 2025 19:27:16 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 405973b1dc6d..ea1414ee0fd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5 - name: Run Build Wrapper run: | - ./configure --target=x86_64-linux-gnu --disable-server --disable-gdb + ./configure --target=aarch64-linux-gnu --disable-server --disable-gdb build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make all-gas - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v5