Skip to content

Commit

Permalink
Include amd64 into X86-64 mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Feb 18, 2025
1 parent 61eec29 commit a51ff87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Environment/Architecture/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Factory
private const UNAME_MAPPINGS = [
Architecture::ARCH_X86_64 => [
'AMD64',
'amd64',
'x86',
'x64',
'x86_64',
Expand Down

0 comments on commit a51ff87

Please sign in to comment.