mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-06 16:06:59 +08:00
add linux aarch64 build app
This commit is contained in:
3
.github/workflows/app.yml
vendored
3
.github/workflows/app.yml
vendored
@@ -43,6 +43,9 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
rust_target: x86_64-unknown-linux-gnu
|
rust_target: x86_64-unknown-linux-gnu
|
||||||
|
- os: ubuntu-latest
|
||||||
|
arch: aarch64
|
||||||
|
rust_target: aarch64-unknown-linux-gnu
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
rust_target: x86_64-apple-darwin,aarch64-apple-darwin
|
rust_target: x86_64-apple-darwin,aarch64-apple-darwin
|
||||||
|
Reference in New Issue
Block a user