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

feat(ruby-rdf): add platform linux/arm64 #222

Merged
merged 2 commits into from
Nov 24, 2023
Merged

Conversation

ccamel
Copy link
Member

@ccamel ccamel commented Nov 24, 2023

Self explanatory.

Summary by CodeRabbit

  • New Features

    • Expanded support for additional Linux architectures, including 64-bit ARM.
  • Chores

    • Updated CI/CD workflows to include new platform configuration files during build and publish processes.

@ccamel ccamel self-assigned this Nov 24, 2023
Copy link

coderabbitai bot commented Nov 24, 2023

Walkthrough

The recent updates involve the addition of linux/arm64 architecture support to a Dockerfile and the modification of CI/CD workflows to include .platforms files during the checkout process. These changes enhance the project's compatibility with different hardware architectures and ensure that platform-specific configurations are considered during integration and deployment processes.

Changes

File Path Change Summary
dockerfiles/ruby-rdf/3.3.1/.platforms Added support for linux/arm64 architecture.
.github/workflows/.../build.yml Included **/.platforms in the checkout action of CI/CD workflows.
.github/workflows/.../publish.yml Included **/.platforms in the checkout action of CI/CD workflows.

Poem

In the land of code, where the bits do hop, 🐇💻
A rabbit worked hard in the digital crop. 🌾
With a tweak and a push, the workflows align,
To embrace arm64, oh so fine! 🎉

The .platforms files, now join the fray,
In CI/CD dances, they'll sway and sashay. 🌟
A hop for each file, a skip for the build,
With Docker's embrace, our dreams are fulfilled. 🚀

So let's celebrate, with a cheer, not a sob,
For the rabbit's hard work, on this coding job! 🎈
With each commit and merge, the future's in sight,
CodeRabbit's updates, shining so bright! 🌞


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

@ccamel ccamel merged commit 815fb3e into main Nov 24, 2023
9 checks passed
@ccamel ccamel deleted the feat/ruby-rdf-multi-platform branch November 24, 2023 10:54
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