feat(multi-tenant): beecd OSSaaS multi-tenant ready#1
Merged
isaaguilar merged 11 commits intomasterfrom Jan 30, 2026
Merged
Conversation
a135e9e to
ee15598
Compare
ee15598 to
2884e65
Compare
) * Initial plan * Add multi-arch Docker build support for linux/amd64 and linux/arm64 - Updated agent/Dockerfile with multi-arch support - Updated hive/Dockerfile with multi-arch support and architecture-specific sops binary - Updated hive-hq/Dockerfile with multi-arch support - Created .github/workflows/build.yml for automated multi-arch builds - Updated build.sh to support multi-arch builds with buildx Co-authored-by: isaaguilar <16406451+isaaguilar@users.noreply.github.com> * Fix multi-arch Docker build - remove BUILDPLATFORM to use native emulation - Removed --platform=$BUILDPLATFORM from all stages to allow QEMU emulation - This enables TARGETARCH to be properly set by Docker buildx - Each architecture will build natively using QEMU when needed Co-authored-by: isaaguilar <16406451+isaaguilar@users.noreply.github.com> * Use rust-musl-cross base images for reliable multi-arch builds - Simplified all Dockerfiles to use messense/rust-musl-cross images - These images have OpenSSL and cross-compilation tools pre-configured - Added CA certificate updates to fix cargo registry access - Removed complex OpenSSL build steps that were failing with QEMU emulation Co-authored-by: isaaguilar <16406451+isaaguilar@users.noreply.github.com> * Address code review feedback - improve cache isolation and validation - Declare TARGETARCH at top level before FROM statements for clarity - Use architecture-specific cache IDs to prevent conflicts between amd64/arm64 builds - Remove fragile temp file approach, use inline conditionals instead - Fix build.sh comment to mention both architectures - Add conditional to workflow digest output (only show when pushing) Co-authored-by: isaaguilar <16406451+isaaguilar@users.noreply.github.com> * Add explicit permissions to workflow for security --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: isaaguilar <16406451+isaaguilar@users.noreply.github.com> Co-authored-by: Isa Aguilar <isa@aguilarstory.com>
8e94fcc to
ed2d876
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.