Skip to content

Commit e45e0eb

Browse files
authored
fix: properly handle exit signal if binary is used with systemd (#7453)
Closes #7447
1 parent 7347056 commit e45e0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node: 22
4646
- run: |
4747
mkdir -p dist
48-
yarn global add caxa@3.0.1
48+
yarn global add @chainsafe/caxa@3.0.6
4949
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"
5050
tar -czf "dist/lodestar-${{ inputs.version }}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz" "lodestar"
5151
- name: Upload binaries

0 commit comments

Comments
 (0)