Brings in changes from @BowTiedDevOps which creates the tag and runs the release workflows (pushed to develop, but missing in master which release/2.5.0.0.6 is based off of): https://github.com/stacks-network/stacks-core/pull/4968
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Brings in changes from @BowTiedDevOps which creates the tag and runs the release workflows (pushed to develop, but missing in
master
whichrelease/2.5.0.0.6
is based off of): https://github.com/stacks-network/stacks-core/pull/4968Modifies the ci workflows to disable building the standalone signer image, and uses a specific branch to create the release binary archives with a hardcode list of binaries (no signer binary). ex: https://github.com/stacks-network/actions/blob/feat/specific_binaries_stacks-core/stacks-core/create-source-binary/build-scripts/Dockerfile.linux-glibc-arm64#L24
This will create conflicts on a future merge, but it's manageable.