Skip to content

Commit 64a2b64

Browse files
committed
Supported windows/amd64 with same windows/AMD64
1 parent 219c617 commit 64a2b64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Platform.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Platform
1010
'darwin-amd64' => 'darwin-amd64/volt-test',
1111
'darwin-arm64' => 'darwin-arm64/volt-test',
1212
'windows-amd64' => 'windows-amd64/volt-test.exe',
13+
'windows-AMD64' => 'windows-amd64/volt-test.exe',
1314
];
1415

1516
public static function installBinary($testing = false): void

tests/Units/PlatformTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public function testDetectPlatform()
5252
'darwin-amd64',
5353
'darwin-arm64',
5454
'windows-amd64',
55+
'windows-AMD64',
5556
], "Detected platform $result is not in the supported platforms list");
5657
}
5758

0 commit comments

Comments
 (0)