Skip to content

Commit

Permalink
Fix checking windows arm64 binary (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Dec 12, 2024
1 parent 9f3faa5 commit 8157701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/bazel-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ steps:
# current we just use x86_64 machines to do cross compile.
- queue=windows
command: |
set -ex
set "BUILDKITE_MESSAGE=%BUILDKITE_MESSAGE:~0,1000%"
git fetch origin ${BUILDKITE_BRANCH}
Expand All @@ -434,7 +435,7 @@ steps:
buildkite-agent artifact download bazel-%RELEASE_NAME%-windows-arm64.exe .
file bazel-%RELEASE_NAME%-windows-arm64.exe | grep "Aarch64"
file bazel-%RELEASE_NAME%-windows-arm64.exe | grep -E "(ARM64|Aarch64)"
- wait

Expand Down

0 comments on commit 8157701

Please sign in to comment.