Skip to content

Commit a51ff87

Browse files
committed
Include amd64 into X86-64 mapping
1 parent 61eec29 commit a51ff87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Environment/Architecture/Factory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class Factory
3333
private const UNAME_MAPPINGS = [
3434
Architecture::ARCH_X86_64 => [
3535
'AMD64',
36+
'amd64',
3637
'x86',
3738
'x64',
3839
'x86_64',

0 commit comments

Comments
 (0)