Skip to content

fix(image): allow explicit build platform#36

Open
ahfoysal wants to merge 1 commit into
tastyeffectco:mainfrom
ahfoysal:fix-base-image-platform-docs
Open

fix(image): allow explicit build platform#36
ahfoysal wants to merge 1 commit into
tastyeffectco:mainfrom
ahfoysal:fix-base-image-platform-docs

Conversation

@ahfoysal

@ahfoysal ahfoysal commented Jul 5, 2026

Copy link
Copy Markdown

Summary

  • add optional SANDBOXD_PLATFORM support to image/build.sh
  • keep native Docker builds as the default path
  • update image docs that still described the helper as hard-coded to linux/arm64/buildx

Why

This gives Apple Silicon users an explicit SANDBOXD_PLATFORM=linux/arm64 path while also allowing x86 targets to request linux/amd64. It is a small step toward #4 without changing the installer default.

Verification

  • bash -n image/build.sh
  • git diff --check
  • rg -n "linux/arm64|buildx|--load|SANDBOXD_PLATFORM|native platform" image/build.sh image/README.md README.md install.sh docker-compose.yml -S

Refs #4.

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