Skip to content

Conversation

@AaronFeledy
Copy link
Member

@AaronFeledy AaronFeledy commented Jan 23, 2026

Summary

Adds buildx installation to lando setup for systems where Docker is installed without the buildx plugin (e.g., Arch Linux and potentially others).

Changes

  • New lando-setup-buildx hook that detects and installs buildx when missing
  • Adds buildx setup option to lando setup task
  • Includes Leia integration test for buildx setup

Note

Introduces automatic Buildx provisioning during setup to ensure image builds work on systems missing the plugin.

  • New pre-setup hook installs docker-buildx if absent; download URL/arch handled per platform; configurable version (default 0.30.1)
  • Extends lando setup with --buildx <version> and wires default into config
  • Adds setup-linux-buildx Leia test and example to verify uninstall/reinstall flow
  • Updates changelog and fixes minor docs links

Written by Cursor Bugbot for commit f37c5ef. This will update automatically on new commits. Configure here.

@netlify
Copy link

netlify bot commented Jan 23, 2026

Deploy Preview for lando-core ready!

Name Link
🔨 Latest commit f37c5ef
🔍 Latest deploy log https://app.netlify.com/projects/lando-core/deploys/6973edd12f9b620008aa0646
😎 Deploy Preview https://deploy-preview-423--lando-core.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 81 (🔴 down 9 from production)
Accessibility: 89 (no change from production)
Best Practices: 92 (no change from production)
SEO: 90 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@AaronFeledy AaronFeledy marked this pull request as ready for review January 23, 2026 19:26
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@AaronFeledy AaronFeledy force-pushed the setup-buildx branch 9 times, most recently from a8fba0b to 19a0c2d Compare January 23, 2026 21:26
@AaronFeledy AaronFeledy changed the title Add buildx setup for improved Docker builds Add buildx check/install to lando setup Jan 23, 2026
@AaronFeledy AaronFeledy requested a review from pirog January 23, 2026 22:52
AaronFeledy added a commit to lando/core-next that referenced this pull request Jan 23, 2026
Installs docker-buildx plugin during lando setup if not present.
Supports configurable version via --buildx flag.

Duplicates lando/core#423 for core-next.
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