Skip to content

Commit 9468e43

Browse files
committed
support arm platform
1 parent 8140ccc commit 9468e43

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
8.02 MB
Binary file not shown.

src/Platform.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Platform
88
private const SUPPORTED_PLATFORMS = [
99
'linux-amd64' => 'linux-amd64/volt-test',
1010
'darwin-amd64' => 'darwin-amd64/volt-test',
11+
'darwin-arm64' => 'darwin-arm64/volt-test',
1112
'windows-amd64' => 'windows-amd64/volt-test.exe',
1213
];
1314

0 commit comments

Comments
 (0)