Skip to content

Conversation

@ayeshLK
Copy link
Contributor

@ayeshLK ayeshLK commented Dec 22, 2025

Purpose

$subject

Summary by CodeRabbit

  • Chores
    • Docker image builds now support multi-platform creation for both AMD64 and ARM64 architectures. This enhancement expands deployment compatibility across a broader range of hardware and infrastructure platforms, including Apple Silicon Macs, Graviton-based cloud services, Raspberry Pi devices, and other ARM64-compatible systems.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 22, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

GitHub Actions workflows are updated to enable multi-platform Docker image building for both AMD64 and ARM64 architectures. The docker-publish workflow receives platform configuration, while the release workflow adds QEMU emulation setup alongside platform specifications.

Changes

Cohort / File(s) Summary
Multi-platform Docker Build Configuration
.github/workflows/docker-publish.yml, .github/workflows/release.yml
Added platforms: linux/amd64,linux/arm64 to Docker build steps enabling cross-architecture image compilation. Release workflow includes new QEMU emulation setup step using docker/setup-qemu-action@v3.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

  • Both changes are straightforward CI/CD configuration additions
  • No complex logic or error handling introduced
  • Consistent pattern across both workflow files

Poem

🐰 A rabbit hops through CI/CD lanes,
Building images for every domain,
AMD and ARM now both take the stage,
QEMU sets up—no emulation rage,
Docker images dance, cross-platform and free! 🏗️

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4d7ea01 and f4d4ff0.

📒 Files selected for processing (2)
  • .github/workflows/docker-publish.yml
  • .github/workflows/release.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ayeshLK ayeshLK merged commit 2b47fc0 into wso2:main Dec 22, 2025
2 of 3 checks passed
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.

2 participants