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 8140ccc commit 9468e43Copy full SHA for 9468e43
bin/platforms/darwin-arm64/volt-test
8.02 MB
src/Platform.php
@@ -8,6 +8,7 @@ class Platform
8
private const SUPPORTED_PLATFORMS = [
9
'linux-amd64' => 'linux-amd64/volt-test',
10
'darwin-amd64' => 'darwin-amd64/volt-test',
11
+ 'darwin-arm64' => 'darwin-arm64/volt-test',
12
'windows-amd64' => 'windows-amd64/volt-test.exe',
13
];
14
0 commit comments