Skip to content

Commit

Permalink
chore: workaround yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Apr 25, 2024
1 parent 7cd32a9 commit 21b91f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
node: 20
- run: |
mkdir -p dist
npm install --global yarn # required for arm64
yarn global add caxa@3.0.1
npx caxa -m "Unpacking Lodestar binary, please wait..." -e "dashboards/**" -e "docs/**" -D -p "yarn install --frozen-lockfile --production" --input . --output "lodestar" -- "{{caxa}}/node_modules/.bin/node" "--max-old-space-size=8192" "{{caxa}}/node_modules/.bin/lodestar"
tar -czf "dist/lodestar-${{ inputs.version }}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz" "lodestar"
Expand Down

0 comments on commit 21b91f6

Please sign in to comment.