You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit 69cdf630f95816db18048cc72f880f443835ec0a.
@# Test variables set by joining with | between and looking for || showing at least one variable is empty.
27
29
@# Move the binary to a temporary location and sign it there to avoid the target being up-to-date if signing fails.
28
30
@set -e; \
29
-
if [[ "${GOOS}-${GOARCH}" = "windows-amd64" && "${SKIP_SIGNING}" != "true" ]]; then \
31
+
if [[ "${GOOS}" = "windows" && "${SKIP_SIGNING}" != "true" ]]; then \
30
32
if [[ "|${AZURE_SIGNING_CLIENT_ID}|${AZURE_SIGNING_CLIENT_SECRET}|${AZURE_SIGNING_TENANT_ID}|${AZURE_SIGNING_KEY_VAULT_URI}|" == *"||"* ]]; then \
31
33
echo "Can't sign windows binaries as required configuration not set: AZURE_SIGNING_CLIENT_ID, AZURE_SIGNING_CLIENT_SECRET, AZURE_SIGNING_TENANT_ID, AZURE_SIGNING_KEY_VAULT_URI"; \
32
34
echo "To rebuild with signing delete the unsigned $@ and rebuild with the fixed configuration"; \
0 commit comments