Skip to content
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

Fix aarch64 AMI lookup and build for nixpkgs #162

Merged

Conversation

roberth
Copy link
Member

@roberth roberth commented Feb 29, 2024

See commit message for why I didn't catch it before, if you're interested.

While I know I've manually tested this functionality, it appears
that I've only confirmed the automatic setting of hostPlatform, but
not the AMI selection. The mistake was that I'd run it on an existing
deployment where the AMI was specified manually. After instance
creation, the AMI is irrelevant, and NixOps does not report anything
about it. That seems to be a desirable behavior, as the original AMI
*should* have no effect on the system state, and updates to the AMIs
could therefore cause unnecessary messages; especially when a new NixOS
comes out (amazon-ec2-amis.nix update) or when you upgrade the machines.
... for basically no other reason than testing the polyfill.
@roberth roberth mentioned this pull request Feb 29, 2024
2 tasks
@roberth roberth merged commit d173b2f into NixOS:master Feb 29, 2024
4 checks passed
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.

None yet

1 participant