From 482b34a4a94e5dcab00afa33bcaf7a03e459ce74 Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Mon, 13 May 2024 15:35:15 +0100 Subject: [PATCH] Update build_executables.yml --- .github/workflows/build_executables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_executables.yml b/.github/workflows/build_executables.yml index 7aee42a5..c467582c 100644 --- a/.github/workflows/build_executables.yml +++ b/.github/workflows/build_executables.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - arch: [arm64-v8a] + arch: [arm64] confs: - { mode: debug, archive: yes } @@ -75,4 +75,4 @@ jobs: with: root_dir: package file_path: ${{ env.PACKAGE_NAME }} - verbose: true \ No newline at end of file + verbose: true