File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 run-retagger :
99 uses : ./.github/workflows/ci-matrix-gen.yml
1010 with :
11- jobs_to_run : python-svm-build-gate-linux |^(?!.*(darwin|aarch64|windows )).*retagger.*$
11+ jobs_to_run : python-svm-build-gate-windows |^(?!.*(darwin|aarch64|linux )).*retagger.*$
1212
1313 merge_all_reports :
1414 runs-on : ubuntu-latest
3535 ls && ls ..
3636 mv retagger-report*.json ../retagger-reports
3737
38- declare -a os_list=("linux-x86_64" "linux-aarch64" "darwin-x86_64" "windows-x86_64 ")
38+ declare -a os_list=("linux-x86_64" "linux-aarch64" "darwin-x86_64" "win32-AMD64 ")
3939 for os in "${os_list[@]}"; do
4040 echo "Merging tags for $os"
4141 python3 .github/scripts/merge_retagger_results.py --dir ../retagger-reports --outfile "../retagger-reports/reports-merged-$os.json" --pattern "*$os*" || true
You can’t perform that action at this time.
0 commit comments