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 58d470c commit 74ac9eeCopy full SHA for 74ac9ee
src/Minifier/SystemUtils.php
@@ -64,7 +64,7 @@ private function getArchitecture(string $architecture): ?string
64
{
65
return match (\strtolower($architecture)) {
66
'amd64', 'x86_64' => self::ARCH_AMD64,
67
- 'arm64' => self::ARCH_ARM64,
+ 'aarch64', 'arm64' => self::ARCH_ARM64,
68
'i386', 'i686' => self::ARCH_X86,
69
default => null,
70
};
0 commit comments