-
-
Notifications
You must be signed in to change notification settings - Fork 33
Add Download page, add ARM64 Windows installer option to quickstart, for ddev/ddev#7524 #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This change addresses the confusion users face when installing DDEV on ARM64 Windows devices (like Microsoft Surface Pro laptops with Snapdragon processors). Previously, only the AMD64/Intel installer was shown, leading users to download the wrong architecture and experience installation failures. Changes: - Added separate download buttons for both AMD64/Intel and ARM64/Snapdragon architectures - Updated button layout to display side-by-side on larger screens and stacked on mobile - Clarified architecture in button text to help users choose the correct installer - Fixed fallback version in api.ts for local development without GitHub token Fixes ddev/ddev#7900 🤖 Developed with assistance from [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
🌐 Fork Preview for PR #483 https://pr-483.ddev-com-fork-previews.pages.dev This preview updates automatically when you push changes to your fork. |
Forked PR previews now have access to GitHub API through the read-only GITHUB_TOKEN, allowing the build to fetch the latest DDEV release version instead of using the fallback version. This ensures the Windows installer download buttons on the quickstart page show the current release version in forked PR previews. 🤖 Developed with assistance from [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
| # GitHub token for API access (read-only, safe for forked PRs) | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It changed nothing, GITHUB_TOKEN won't be passed here.
This reverts commit 41aa738.
stasadev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aa777dc to
4260513
Compare
d988639 to
b26d00f
Compare
|
This is absolutely fantastic, a huge step forward that we should have taken long ago. I'll let you push forward.
This is huge, thank you! |
|
All comments have been addressed, and I made it more compact. |
|
I added the "Download" link to the header as well. These days, it is very common to look for a "Download" button on any product page, and DDEV was missing that. |
rfay
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic, thanks. Not entirely sure my suggested edit for direct link to install is correct, that's complex territory.
Co-authored-by: Randy Fay <[email protected]>
|
Please pull when ready, thanks! |
|
PR closed. The Cloudflare Pages preview is no longer updated. |



The Issue
This change addresses the confusion users face when installing DDEV on ARM64 Windows devices (like Microsoft Surface Pro laptops with Snapdragon processors). Previously, only the AMD64/Intel installer was shown, leading users to download the wrong architecture and experience installation failures.
How This PR Solves The Issue
Changes:
/downloadpage with all artifacts and static URL linksReview
🤖 Developed with assistance from Claude Code