Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jul 23, 2024
1 parent 51b7636 commit d6a280d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
env:
npm_config_arch: ${{ matrix.arch }}
# Not doing this results in argon2 seemingly being built as x86_64 on arm64.
npm_config_build_from_source: true

# Only set to true if matrix.arch == 'arm64'
npm_config_build_from_source: ${{ (matrix.arch == 'arm64') && 'true' || 'false' }}

# Only relevant for arm64 linux builds
TARGET_ARCH: arm64
Expand Down

0 comments on commit d6a280d

Please sign in to comment.