We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fac270 commit 6fbf25dCopy full SHA for 6fbf25d
acceptance/lib/facter/acceptance/base_fact_utils.rb
@@ -81,7 +81,7 @@ def debian_expected_facts(agent)
81
os_hardware = 'x86_64'
82
processor_model_pattern = /(Intel\(R\).*)|(AMD.*)/
83
elsif agent['platform'] =~ /aarch64/
84
- os_arch = 'aarch64'
+ os_arch = 'arm64'
85
os_hardware = 'aarch64'
86
processor_model_pattern = // # FACT-3439 - facter doesn't figure out the processor type on these machines
87
else
0 commit comments