From ebc1e2ca183de090bd02a1be1fd3cbb42f16cd86 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Mon, 6 May 2024 01:20:21 -0400 Subject: [PATCH] fix(napi): set explicit target flag for x86_64 CI template (#2077) --- cli/src/api/templates/ci-template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/api/templates/ci-template.ts b/cli/src/api/templates/ci-template.ts index b38e30e1..3691e165 100644 --- a/cli/src/api/templates/ci-template.ts +++ b/cli/src/api/templates/ci-template.ts @@ -42,7 +42,7 @@ jobs: settings: - host: macos-latest target: 'x86_64-apple-darwin' - build: ${packageManager} build --platform + build: ${packageManager} build --platform --target x86_64-apple-darwin - host: windows-latest build: ${packageManager} build --platform target: 'x86_64-pc-windows-msvc'