Skip to content

Commit

Permalink
Merge branch 'unstable' into peerDAS
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Feb 12, 2025
2 parents 0bbf5ad + e45e0eb commit 1944f65
Show file tree
Hide file tree
Showing 72 changed files with 683 additions and 303 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
node: 22
- run: |
mkdir -p dist
yarn global add caxa@3.0.1
yarn global add @chainsafe/caxa@3.0.6
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"
- name: Upload binaries
Expand Down
Loading

0 comments on commit 1944f65

Please sign in to comment.