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 9410279 commit 857318aCopy full SHA for 857318a
website/src/plugins/fetch-databend-releases.js
@@ -1,9 +1,9 @@
1
const axios = require('axios');
2
const bytes = require('bytes');
3
// Define constant
4
-const LINUX_GENERIC_X86 = 'Linux Generic(x86, 64-bit)';
5
-const LINUX_GENERIC_ARM = 'Linux Generic(ARM, 64-bit)';
6
-const MAC_X86 = 'Mac Intel Chip (X86, 64-bit)';
+const LINUX_GENERIC_X86 = 'Linux Generic (x86, 64-bit)';
+const LINUX_GENERIC_ARM = 'Linux Generic (ARM, 64-bit)';
+const MAC_X86 = 'Mac Intel Chip (x86, 64-bit)';
7
const MAC_ARM = 'Mac Apple Chip (ARM, 64-bit)';
8
const GITHUB_DOWNLOAD = 'https://github.com/datafuselabs/databend/releases/download';
9
const GITHUB_REPO = 'https://api.github.com/repos/datafuselabs/databend';
0 commit comments