mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 00:43:46 +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
|
gem install --no-document fpm
|
||||||
fpm --version
|
fpm --version
|
||||||
|
|
||||||
make bor
|
make all
|
||||||
|
|
||||||
cat > bor.service <<- "EOF"
|
cat > bor.service <<- "EOF"
|
||||||
[Unit]
|
[Unit]
|
||||||
|
|
@ -100,6 +100,7 @@ jobs:
|
||||||
--after-install after_install.sh \
|
--after-install after_install.sh \
|
||||||
bor.service=/etc/systemd/system/ \
|
bor.service=/etc/systemd/system/ \
|
||||||
build/bin/bor=/usr/bin/ \
|
build/bin/bor=/usr/bin/ \
|
||||||
|
build/bin/bootnode=/usr/bin/ \
|
||||||
metadata=/etc/bor/ \
|
metadata=/etc/bor/ \
|
||||||
start.sh=/etc/bor/
|
start.sh=/etc/bor/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue