Open AskAlexSharov opened 1 year ago
This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.
This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Reason: 1 dockerfile is enough and now Dockerfile.release has only
erigon
binary (reason of https://github.com/ledgerwatch/erigon/issues/7847 ).goreleaser.yml
replace Dockerfile.release with just Dockerfile.goreleaser.yml
somehow need build ALL binaries (not onlyerigon
) - maybe we can't implement it by some kind ofwildcard
? It's ok that 1 docker image has all binaries - user still can run them as separated containers (same as our docker-compose.yml does)docker compose up -d
worksmake release-dry-run
andmake release
worksCI
actionRelease
works. Here is how to run it manually:Other things: