We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d57f7a commit 3f6ceccCopy full SHA for 3f6cecc
.github/workflows/ci.yml
@@ -891,7 +891,7 @@ jobs:
891
run: |
892
# check for config-breaking set if input params
893
if [[ (${{ inputs.release-arch-arm64 }} == "false" ) && (${{ inputs.release-arch-arm64 == "false") ]]; then
894
- echo "error condition: release-docker must include either release-arch-arm64 and/or arm64, both are false"
+ echo "error condition: release-docker must include either release-arch-arm64/amd64, both are false"
895
exit -1
896
fi
897
0 commit comments