mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
chg: make bootnode command available in linux package
This commit is contained in:
parent
b2aca18608
commit
55d85bd716
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linuxpackage.yml
vendored
3
.github/workflows/linuxpackage.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
gem install --no-document fpm
|
||||
fpm --version
|
||||
|
||||
make bor
|
||||
make all
|
||||
|
||||
cat > bor.service <<- "EOF"
|
||||
[Unit]
|
||||
|
|
@ -100,6 +100,7 @@ jobs:
|
|||
--after-install after_install.sh \
|
||||
bor.service=/etc/systemd/system/ \
|
||||
build/bin/bor=/usr/bin/ \
|
||||
build/bin/bootnode=/usr/bin/ \
|
||||
metadata=/etc/bor/ \
|
||||
start.sh=/etc/bor/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue