Skip to content

Commit b37041c

Browse files
authored
support linux arm 64 (#27)
1 parent 1bcd0fb commit b37041c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "volt-test/php-sdk",
33
"description": "Volt Test PHP SDK - A performance testing tool for PHP applications",
44
"type": "library",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"keywords": [
77
"volt-test",
88
"php-sdk",

src/Platform.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Platform
1010
private const BASE_DOWNLOAD_URL = 'https://github.com/volt-test/binaries/releases/download';
1111
private const SUPPORTED_PLATFORMS = [
1212
'linux-amd64' => 'volt-test-linux-amd64',
13+
'linux-arm64' => 'volt-test-linux-arm64',
1314
'darwin-amd64' => 'volt-test-darwin-amd64',
1415
'darwin-arm64' => 'volt-test-darwin-arm64',
1516
];

0 commit comments

Comments
 (0)