firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
467 stars 73 forks source link

Disable simultaneous multithreading for arm64 #103

Closed vvejell1 closed 1 year ago

vvejell1 commented 1 year ago

Signed-off-by: Vaishnavi Vejella vvejella@amazon.com

Issue: Enabling simultaneous multithreading is not supported on aarch64 testing is occurring while ARM instance is testing against firectl by creating a BuildKite pipeline.

Description of changes: To support ARM architecture, disable the simultaneous multithreading. Using GOARCH to target the 'arm64' architecture.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.