ci: Fix release ci (#19857)

This commit is contained in:
Declan Carroll 2025-09-22 14:35:36 +01:00 committed by GitHub
parent 0a4a558ca5
commit a85f84c714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,12 +8,14 @@ on:
- 'release/*'
env:
BUILD_DIST_NAME: ${{ github.sha }}-release:build
BUILD_DIST_NAME: ${{ github.sha }}-release-build
jobs:
build-arm64:
runs-on: blacksmith-4vcpu-ubuntu-2204-arm
if: github.event.pull_request.merged == true
env:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- name: Checkout