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'