valkey/.github
Roshan Khatri b16e647679
Adds workflows to build release binaries and push to S3 (#315)
[related to](https://github.com/valkey-io/valkey/issues/230)

Adds workflows to build Valkey binaries and push to S3 to make it
available to download from the website

The Workflows can be triggered by pushing a release to the repo and the
other option is manually by one of the Maintainers.

Once the workflow triggers, it will generate a matrix of Jobs for the
platforms we need to build from `utils/releasetools/build-config.json`
and then the respective Jobs are triggered. These jobs make Valkey with
respect to the platform binaries we want to release and would push to a
private S3 bucket.

---------

Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
2024-04-16 07:01:36 -07:00
..
actions/generate-package-build-matrix Adds workflows to build release binaries and push to S3 (#315) 2024-04-16 07:01:36 -07:00
ISSUE_TEMPLATE Update CONTRIBUTING.md and issue templates (#311) 2024-04-15 16:00:59 +02:00
workflows Adds workflows to build release binaries and push to S3 (#315) 2024-04-16 07:01:36 -07:00
dependabot.yml Fix typos and replace 'codespell' with 'typos' (#72) 2024-03-31 12:38:22 -07:00