We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e15de6 commit a11b2d1Copy full SHA for a11b2d1
1 file changed
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Build binary (no-bytecode workaround)
78
run: pnpm exec pkg dist/cli.cjs --config package.json --compress Brotli --target node24-linux-arm64 --output dist/resend --no-bytecode --public-packages "*" --public
79
- name: Set up QEMU
80
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
+ uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
81
with:
82
platforms: arm64
83
- name: Verify binary runs under arm64 emulation
0 commit comments