mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 00:58:32 +02:00
Oops, fix arch
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -18,10 +18,10 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- platform: 'macos-latest' # for Arm-based macs (M1 and above).
|
- platform: 'macos-latest' # for Arm-based macs (M1 and above).
|
||||||
args: '--target aarch64-apple-darwin'
|
args: '--target aarch64-apple-darwin'
|
||||||
node_arch: 'x64'
|
node_arch: 'arm64'
|
||||||
- platform: 'macos-latest' # for Intel-based macs.
|
- platform: 'macos-latest' # for Intel-based macs.
|
||||||
args: '--target x86_64-apple-darwin'
|
args: '--target x86_64-apple-darwin'
|
||||||
node_arch: 'arm64'
|
node_arch: 'x64'
|
||||||
- platform: 'ubuntu-22.04' # for Tauri v1, you could replace this with ubuntu-20.04.
|
- platform: 'ubuntu-22.04' # for Tauri v1, you could replace this with ubuntu-20.04.
|
||||||
args: ''
|
args: ''
|
||||||
node_arch: 'x64'
|
node_arch: 'x64'
|
||||||
|
|||||||
Reference in New Issue
Block a user