Skip to content

Commit

Permalink
chore: add in a name to the legacy flow
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Jul 29, 2024
1 parent 9b473de commit 63fc2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ npx node-pre-gyp --target_arch=arm64 configure build package
build_aarch64_legacy_nodejs_mac:
name: Prebuild aarch64 macOS (legacy Node.js)
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
path: 'build/stage/**/*.tar.gz'

build_aarch64_legacy_nodejs_mac:
name: Prebuild aarch64 macOS (legacy Node.js)
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 63fc2a6

Please sign in to comment.