mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-09 07:13:36 -05:00
[PR #721] [MERGED] docs(build-images): document multi-platform builds with Docker Buildx #765
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/721
Author: @arevindh
Created: 8/8/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @mbecker20
Base:
1.18.5← Head:1.18.5📝 Commits (2)
ecf9f89docs(build-images): add multi-platform buildx guide to builders.md355c543docs(build-images): add multi-platform buildx guide and clarify platform selection in Komodo UI Extra Args field📊 Changes
1 file changed (+45 additions, -0 deletions)
View changed files
📝
docsite/docs/build-images/builders.md(+45 -0)📄 Description
Problem
Komodo builders can run Docker builds, but there was no clear documentation on how to enable multi-platform (ARM + x86) image builds. Users unfamiliar with Docker Buildx may not know how to configure it for cross-architecture builds or how to select target platforms in Komodo.
Solution
Added a Multi-Platform Builds with Docker Buildx section to
builders.md.This guide explains:
docker buildUsage Example
In Komodo UI:
Documentation Changes
builders.mdNotes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.