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 219c617 commit 64a2b64Copy full SHA for 64a2b64
src/Platform.php
@@ -10,6 +10,7 @@ class Platform
10
'darwin-amd64' => 'darwin-amd64/volt-test',
11
'darwin-arm64' => 'darwin-arm64/volt-test',
12
'windows-amd64' => 'windows-amd64/volt-test.exe',
13
+ 'windows-AMD64' => 'windows-amd64/volt-test.exe',
14
];
15
16
public static function installBinary($testing = false): void
tests/Units/PlatformTest.php
@@ -52,6 +52,7 @@ public function testDetectPlatform()
52
'darwin-amd64',
53
'darwin-arm64',
54
'windows-amd64',
55
+ 'windows-AMD64',
56
], "Detected platform $result is not in the supported platforms list");
57
}
58
0 commit comments