Compare commits

...

10 Commits

Author SHA1 Message Date
lloydzhou
a9c2dd6cc8 update version 2024-10-15 16:47:19 +08:00
lloydzhou
4148a50b7d Merge remote-tracking branch 'origin/main' into feature/aarch64 2024-10-15 16:39:41 +08:00
lloydzhou
49aeff4473 Merge remote-tracking branch 'origin/main' into feature/aarch64 2024-10-09 18:08:05 +08:00
lloydzhou
b7394bc10c Merge remote-tracking branch 'origin/main' into feature/aarch64 2024-09-26 20:37:30 +08:00
lloydzhou
f2aeb83e4e Merge remote-tracking branch 'origin/main' into feature/aarch64 2024-09-13 17:40:17 +08:00
lloydzhou
030234c498 test action 2024-09-11 14:26:27 +08:00
lloydzhou
77805a45b1 test action 2024-09-11 13:08:30 +08:00
lloydzhou
655332cca0 test action 2024-09-11 13:05:26 +08:00
lloydzhou
bb7c6c517b add linux aarch64 build app 2024-09-11 13:04:47 +08:00
lloydzhou
4624b9d778 add linux aarch64 build app 2024-09-11 11:48:57 +08:00
2 changed files with 4 additions and 10 deletions

View File

@@ -40,15 +40,9 @@ jobs:
fail-fast: false
matrix:
config:
- os: ubuntu-latest
arch: x86_64
rust_target: x86_64-unknown-linux-gnu
- os: macos-latest
- os: self-hosted
arch: aarch64
rust_target: x86_64-apple-darwin,aarch64-apple-darwin
- os: windows-latest
arch: x86_64
rust_target: x86_64-pc-windows-msvc
rust_target: aarch64-unknown-linux-gnu
runs-on: ${{ matrix.config.os }}
steps:
@@ -85,7 +79,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:

View File

@@ -9,7 +9,7 @@
},
"package": {
"productName": "NextChat",
"version": "2.15.4"
"version": "2.15.5"
},
"tauri": {
"allowlist": {