Skip to content

Commit 024c7ff

Browse files
authored
ci: set default parameters for the package workflow (#1406)
1 parent 4504bd8 commit 024c7ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,27 @@ on:
99
linuxBuildArgs:
1010
type: string
1111
required: false
12+
default: '--desktop gpu --opencv cmake'
1213
description: Build options for Linux Build (skip if empty)
1314
androidBuildArgs:
1415
type: string
1516
required: false
17+
default: '--android arm64 --android_ndk_api_level 21'
1618
description: Build options for Android Build (skip if empty)
1719
macosBuildArgs:
1820
type: string
1921
required: false
22+
default: '--desktop cpu --opencv cmake --macos_universal'
2023
description: Build options for macOS Build (skip if empty)
2124
iosBuildArgs:
2225
type: string
2326
required: false
27+
default: '--ios arm64 --opencv cmake'
2428
description: Build options for iOS Build (skip if empty)
2529
windowsBuildArgs:
2630
type: string
2731
required: false
32+
default: '--desktop cpu --opencv cmake'
2833
description: Build options for Windows Build (skip if empty)
2934
schedule:
3035
- cron: 0 12 * * 0,3

0 commit comments

Comments
 (0)