-
Notifications
You must be signed in to change notification settings - Fork 17
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
Dropdown contains all architectures; should be limited to current arch only #23
Comments
For reference, here's the complete list I see:
|
A filtered list would look like:
It would be pretty nifty to split out the version and branch too (instead of listing all the permutations), but I guess these are probably just string identifiers. Switching versions or from silverblue to atomic-host or coreos might be successful, but switching architectures would always fail. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dropdown should be filtered to the compatible architectures only.
It's probably correct to show only the currently booted arch, as ostrees don't have 32-bit support typically (even though it should be possible).
Here's a screenshot (it's so huge it flows off the page, which is another problem):
The text was updated successfully, but these errors were encountered: