From 4624b9d778bf33762c2fab3a2982cc8f847f56d1 Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Wed, 11 Sep 2024 11:48:57 +0800 Subject: [PATCH] add linux aarch64 build app --- .github/workflows/app.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 7e74cf045..dbb027588 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -43,6 +43,9 @@ jobs: - os: ubuntu-latest arch: x86_64 rust_target: x86_64-unknown-linux-gnu + - os: ubuntu-latest + arch: aarch64 + rust_target: aarch64-unknown-linux-gnu - os: macos-latest arch: aarch64 rust_target: x86_64-apple-darwin,aarch64-apple-darwin