Skip to content

Commit

Permalink
Fix binary signing for darwin-arm64 (#1491)
Browse files Browse the repository at this point in the history
Applies pulumi/ci-mgmt#1296 proactively.

Fixes #1490
  • Loading branch information
t0yv0 authored Jan 16, 2025
1 parent 8a76562 commit 493c844
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
# Without ldid cross-compiling Node binaries on a Linux worker intended to work on darwin-arm64 fails to sign the
# binaries properly and they do not work as expected. See https://github.com/pulumi/pulumi-awsx/issues/1490
- uses: MOZGIII/install-ldid-action@v1
with:
tag: v2.1.5-procursus2
- name: Setup tools
uses: ./.github/actions/setup-tools
with:
Expand Down

0 comments on commit 493c844

Please sign in to comment.