Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow for publishing rust binaries and Docker images #5

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mnsanfilippo
Copy link

This update introduces several key enhancements and configurations:

  1. GitHub Actions for CI/CD:

    • Fixed the workflow in .github/workflows/release.yaml to automate the publishing of Rust binaries and Docker images. This workflow triggers on-release events.

    • Introduced custom GitHub Actions in .github/actions/publish-binaries/action.yaml and .github/actions/publish-docker-image/action.yaml to handle the publishing of Rust binaries and Docker images, respectively.

  2. Dockerfile:

    • Added a Dockerfile to build Docker images for the pathfinder application.
  3. Dependency Updates:

    • Updated Cargo.toml to switch rdkafka to use cmake-build and added openssl and openssl-sys with vendored (required to build for aarch64)
  4. CODEOWNERS:

    • Added a .github/CODEOWNERS file to specify that @jucr-io is the code owner for the repository, ensuring that they are automatically requested for reviews on pull requests.

@mnsanfilippo mnsanfilippo self-assigned this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant