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 180bbce commit d2f0f1cCopy full SHA for d2f0f1c
src/goTools.ts
@@ -161,7 +161,7 @@ export function getConfiguredTools(
161
// Check if the system supports dlv, i.e. is 64-bit.
162
// There doesn't seem to be a good way to check if the mips and s390
163
// families are 64-bit, so just try to install it and hope for the best.
164
- if (process.arch.match(/^(mips|mipsel|ppc64|s390|s390x|x64)$/)) {
+ if (process.arch.match(/^(mips|mipsel|ppc64|s390|s390x|x64|arm64)$/)) {
165
maybeAddTool('dlv');
166
}
167
0 commit comments