mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
Change target architecture to aarch64 for Linux
This commit is contained in:
4
.github/workflows/release-macos-aarch64.yml
vendored
4
.github/workflows/release-macos-aarch64.yml
vendored
@@ -140,8 +140,8 @@ jobs:
|
||||
args: "--target x86_64-apple-darwin --bundles dmg,app"
|
||||
- platform: ubuntu-22.04
|
||||
os_type: linux
|
||||
target: x86_64-unknown-linux-gnu
|
||||
args: "--target x86_64-unknown-linux-gnu --bundles deb,rpm"
|
||||
target: aarch64-unknown-linux-gnu
|
||||
args: "--target aarch64-unknown-linux-gnu --bundles deb,rpm"
|
||||
- platform: windows-2022
|
||||
os_type: windows
|
||||
target: x86_64-pc-windows-msvc
|
||||
|
||||
Reference in New Issue
Block a user