Skip to content

Commit b792cfe

Browse files
committed
ci and windows AMD
1 parent 485f1f7 commit b792cfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Platform.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ class Platform
1212
'linux-amd64' => 'volt-test-linux-amd64',
1313
'darwin-amd64' => 'volt-test-darwin-amd64',
1414
'darwin-arm64' => 'volt-test-darwin-arm64',
15-
'windows-amd64' => 'volt-test-windows-amd64.exe'
15+
'windows-amd64' => 'volt-test-windows-amd64.exe',
16+
'windows-AMD64' => 'volt-test-windows-amd64.exe',
1617
];
1718

1819
private static function getVendorDir(): string
@@ -211,4 +212,4 @@ public static function getBinaryPath(): string
211212

212213
return $binaryPath;
213214
}
214-
}
215+
}

0 commit comments

Comments
 (0)