From 493c84458819d241becab9feb01a36555c13e393 Mon Sep 17 00:00:00 2001 From: Anton Tayanovskyy Date: Thu, 16 Jan 2025 10:25:55 -0500 Subject: [PATCH] Fix binary signing for darwin-arm64 (#1491) Applies https://github.com/pulumi/ci-mgmt/pull/1296 proactively. Fixes https://github.com/pulumi/pulumi-awsx/issues/1490 --- .github/workflows/build_provider.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_provider.yml b/.github/workflows/build_provider.yml index 17f48d363..9e96e9169 100644 --- a/.github/workflows/build_provider.yml +++ b/.github/workflows/build_provider.yml @@ -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: