build: remove universal macos build until @yao-pkg/pkg has support for universal macos binaries

This commit is contained in:
zhom
2025-06-06 00:10:20 +04:00
parent 9d8b3629f6
commit f066105c0f
4 changed files with 2 additions and 53 deletions
-6
View File
@@ -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"
-6
View File
@@ -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"