mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-07 05:27:49 +02:00
build: cargo audit && copy binary instead of moving
This commit is contained in:
@@ -49,19 +49,19 @@ jobs:
|
||||
arch: "aarch64"
|
||||
target: "aarch64-apple-darwin"
|
||||
pkg_target: "latest-macos-arm64"
|
||||
nodecar_script: "build:aarch64"
|
||||
nodecar_script: "build:mac-aarch64"
|
||||
- platform: "macos-latest"
|
||||
args: "--target x86_64-apple-darwin"
|
||||
arch: "x86_64"
|
||||
target: "x86_64-apple-darwin"
|
||||
pkg_target: "latest-macos-x64"
|
||||
nodecar_script: "build:x86_64"
|
||||
nodecar_script: "build:mac-x86_64"
|
||||
- platform: "macos-latest"
|
||||
args: "--target universal-apple-darwin"
|
||||
arch: "aarch64"
|
||||
target: "aarch64-apple-darwin,x86_64-apple-darwin"
|
||||
pkg_target: "universal"
|
||||
nodecar_script: "build:universal"
|
||||
nodecar_script: "build:mac-universal"
|
||||
- platform: "ubuntu-20.04"
|
||||
args: "--target x86_64-unknown-linux-gnu"
|
||||
arch: "x86_64"
|
||||
|
||||
Reference in New Issue
Block a user