Skip to content

Commit bea19a4

Browse files
authored
Build for aarch64 (#17)
* Remove flathub.json * Add aarch64 sources
1 parent 4678a25 commit bea19a4

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

cc.arduino.arduinoide.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,13 @@
264264
"sha256": "a338d470822de19bd971bd7a71d43f5273ba082baa9236be28c44b47c3e51f6b",
265265
"dest": "build"
266266
},
267+
{
268+
"only-arches": ["aarch64"],
269+
"type": "file",
270+
"url": "https://downloads.arduino.cc/tools/arduino-builder-linuxaarch64-1.5.4.tar.bz2",
271+
"sha256": "d4d2e6cb70d1d3b0509a4bba2d171ae69366593a0bd235cb8f79d6cf6b286dab",
272+
"dest": "build"
273+
},
267274
{
268275
"only-arches": ["arm"],
269276
"type": "file",
@@ -278,6 +285,13 @@
278285
"sha256": "fa28ddc7a49b02d9e07a87a53f7933821ee1a2ce357c698954f2fedf37e5fbb1",
279286
"dest": "build"
280287
},
288+
{
289+
"only-arches": ["aarch64"],
290+
"type": "file",
291+
"url": "https://downloads.arduino.cc/tools/avr-gcc-7.3.0-atmel3.6.1-arduino7-aarch64-pc-linux-gnu.tar.bz2",
292+
"sha256": "03d322b9df6da17289e9e7c6233c34a8535d9c645c19efc772ba19e56914f339",
293+
"dest": "build/linux"
294+
},
281295
{
282296
"only-arches": ["arm"],
283297
"type": "file",
@@ -292,6 +306,13 @@
292306
"sha256": "bd8c37f6952a2130ac9ee32c53f6a660feb79bee8353c8e289eb60fdcefed91e",
293307
"dest": "build/linux"
294308
},
309+
{
310+
"only-arches": ["aarch64"],
311+
"type": "file",
312+
"url": "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino17-aarch64-pc-linux-gnu.tar.bz2",
313+
"sha256": "6cf948f751acfe7b96684537f2291c766ec8b54b4f7dc95539864821456fa9fc",
314+
"dest": "build/linux"
315+
},
295316
{
296317
"only-arches": ["arm"],
297318
"type": "file",
@@ -306,6 +327,13 @@
306327
"sha256": "accdfb920af2aabf4f7461d2ac73c0751760f525216dc4e7657427a78c60d13d",
307328
"dest": "build/linux"
308329
},
330+
{
331+
"only-arches": ["aarch64"],
332+
"type": "file",
333+
"url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-linux_aarch64.tar.bz2",
334+
"sha256": "835ed8f37cffac37e979d1b0f6041559592d3d98be52f0e8611b76c4858e4113",
335+
"dest": "build/linux"
336+
},
309337
{
310338
"only-arches": ["arm"],
311339
"type": "file",

flathub.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)