Skip to content

Commit

Permalink
[#453] Add rollup packages to static build
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Aug 15, 2022
1 parent 73ca37e commit cf76079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-static-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -euo pipefail
binaries=("tezos-admin-client" "tezos-client" "tezos-node" "tezos-signer" "tezos-codec")

for proto in $(jq -r ".active | .[]" ../protocols.json); do
binaries+=("tezos-accuser-$proto" "tezos-baker-$proto" )
binaries+=("tezos-accuser-$proto" "tezos-baker-$proto" "tezos-tx-rollup-node-$proto" "tezos-tx-rollup-client-$proto")
done

if [[ "${USE_PODMAN-}" == "True" ]]; then
Expand Down

0 comments on commit cf76079

Please sign in to comment.