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 aaa0bcd commit 9a1a68aCopy full SHA for 9a1a68a
package_index.template
@@ -16,6 +16,13 @@
16
"size": "%%SIZE_LINUX_ARM%%",
17
"checksum": "SHA-256:%%SHA_LINUX_ARM%%"
18
},
19
+ {
20
+ "host": "aarch64-linux-gnu",
21
+ "url": "http://downloads.arduino.cc/tools/%%FILENAME_LINUX_ARM64%%",
22
+ "archiveFileName": "%%FILENAME_LINUX_ARM64%%",
23
+ "size": "%%SIZE_LINUX_ARM64%%",
24
+ "checksum": "SHA-256:%%SHA_LINUX_ARM64%%"
25
+ },
26
{
27
"host": "x86_64-linux-gnu",
28
"url": "http://downloads.arduino.cc/tools/%%FILENAME_LINUX_AMD64%%",
0 commit comments