Closed
Conversation
- Replace Percona with MySQL 8.0 (Percona lacks ARM64 support) - Use altmannmarcelo/readyset-mac instead of official ReadySet image - Both changes enable the stack to run natively on Apple Silicon 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Enable testing on both ubuntu-latest (x86_64) and macos-latest (ARM64) - Add dynamic ReadySet image selection based on architecture - Use readysettech/readyset:latest for x86_64 - Use altmannmarcelo/readyset-mac:latest for ARM64 - Update image architecture checks to handle both images 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add ScaleDB CLI tool for managing the demo environment - Create architecture-specific compose files (arm64.yml, x86_64.yml) - Use environment variable approach in main docker-compose.yml - Update CI workflow to use architecture-specific configurations - Add comprehensive README with usage examples - CLI features: start/stop, status, logs, MySQL connection, shell access The CLI automatically detects architecture and applies the correct configuration, making it seamless to run on both x86_64 and ARM64. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Focus CI testing on Linux x86_64 where Docker is readily available - ARM64 compatibility is maintained through local testing - Removes complex Docker setup for macOS runners which are expensive - Updates README to clarify testing approach 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove the incorrect sudo command for starting Docker - Use simple 'open -a Docker' to start Docker Desktop - Add proper timeout and wait loop for Docker daemon - Test on macos-latest (ARM64) instead of macos-13 - Remove third-party action in favor of direct brew install 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Summary
Test plan
🤖 Generated with Claude Code