From bb7c6c517b0ecd9ed2f2942ab220f78bfbde75fe Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Wed, 11 Sep 2024 13:04:47 +0800 Subject: [PATCH] add linux aarch64 build app --- .github/workflows/app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index dbb027588..6e509f4eb 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -88,7 +88,7 @@ jobs: APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} with: releaseId: ${{ needs.create-release.outputs.release_id }} - args: ${{ matrix.config.os == 'macos-latest' && '--target universal-apple-darwin' || '' }} + args: ${{ matrix.config.os == 'macos-latest' && '--target universal-apple-darwin' || matrix.config.os == 'ubuntu-latest' && matrix.config.arch == 'aarch64' && '--target aarch64-unknown-linux-gnu' || '' }} publish-release: permissions: