Skip to content

Commit 23f6cb5

Browse files
committed
Fix Windows arch name in retagger merge
1 parent 354122b commit 23f6cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-unittest-retagger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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

0 commit comments

Comments
 (0)