Skip to content

Commit

Permalink
firecracker: set null cpu_template
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jan 9, 2024
1 parent 573bb7e commit be26e1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/runners/firecracker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ let
# Without this, starting of firecracker fails with an error message:
# Enabling simultaneous multithreading is not supported on aarch64
smt = system != "aarch64-linux";
# Run even on old CPUs
cpu_template = null;
};
drives = [ {
drive_id = "store";
Expand Down

0 comments on commit be26e1b

Please sign in to comment.