Skip to content

Commit 6fbf25d

Browse files
(FACT-3442) Update os.architecture fact for debian to arm64
1 parent 6fac270 commit 6fbf25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/lib/facter/acceptance/base_fact_utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def debian_expected_facts(agent)
8181
os_hardware = 'x86_64'
8282
processor_model_pattern = /(Intel\(R\).*)|(AMD.*)/
8383
elsif agent['platform'] =~ /aarch64/
84-
os_arch = 'aarch64'
84+
os_arch = 'arm64'
8585
os_hardware = 'aarch64'
8686
processor_model_pattern = // # FACT-3439 - facter doesn't figure out the processor type on these machines
8787
else

0 commit comments

Comments
 (0)