mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-25 05:40:50 +02:00
build: remove universal macos build until @yao-pkg/pkg has support for universal macos binaries
This commit is contained in:
@@ -57,12 +57,6 @@ jobs:
|
||||
target: "x86_64-apple-darwin"
|
||||
pkg_target: "latest-macos-x64"
|
||||
nodecar_script: "build:mac-x86_64"
|
||||
- platform: "macos-latest"
|
||||
args: "--target universal-apple-darwin"
|
||||
arch: "aarch64"
|
||||
target: "aarch64-apple-darwin"
|
||||
pkg_target: "universal"
|
||||
nodecar_script: "build:mac-universal"
|
||||
- platform: "ubuntu-22.04"
|
||||
args: "--target x86_64-unknown-linux-gnu"
|
||||
arch: "x86_64"
|
||||
|
||||
@@ -56,12 +56,6 @@ jobs:
|
||||
target: "x86_64-apple-darwin"
|
||||
pkg_target: "latest-macos-x64"
|
||||
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:mac-universal"
|
||||
- platform: "ubuntu-22.04"
|
||||
args: "--target x86_64-unknown-linux-gnu"
|
||||
arch: "x86_64"
|
||||
|
||||
Reference in New Issue
Block a user