Skip to content

Commit

Permalink
Add skip for windows/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed May 24, 2024
1 parent 3ec20ab commit cb69835
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
echo "Skipping build for darwin/386."
circleci-agent step halt
fi
if [ "<< parameters.os >>" == "windows" ] && [ "<< parameters.arch >>" == "arm64" ]; then
echo "Skipping build for windows/arm64, No valid platforms to build."
circleci-agent step halt
fi
- checkout
- run:
name: Build Binaries
Expand Down

0 comments on commit cb69835

Please sign in to comment.