Skip to content

Commit 146a6f8

Browse files
authored
Merge pull request flathub#1 from flathub/arm-build
Enable ARM build
2 parents 6941aa2 + c15cdb8 commit 146a6f8

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

cc.arduino.arduinoide.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,24 +203,56 @@
203203
"dest": "build"
204204
},
205205
{
206+
"only-arches": ["arm"],
207+
"type": "file",
208+
"url": "https://downloads.arduino.cc/tools/arduino-builder-linuxarm-1.3.25.tar.bz2",
209+
"sha256": "3e4f2f1a7b00e50988f4c6c68f50b367da0fdbb9bc491ef0d361b7c52e8c74cb",
210+
"dest": "build"
211+
},
212+
{
213+
"only-arches": ["x86_64"],
206214
"type": "file",
207215
"url": "https://downloads.arduino.cc/tools/arduino-builder-linux64-1.3.25.tar.bz2",
208216
"sha256": "0e632b3326eb5a74dc8363bf88c139ae6a7c21c10db18d047859f052c405c897",
209217
"dest": "build"
210218
},
211219
{
220+
"only-arches": ["arm"],
221+
"type": "file",
222+
"url": "https://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2",
223+
"sha256": "ee36009e19bd238d1f6351cbc9aa5db69714761f67dec4c1d69d5d5d7758720c",
224+
"dest": "build/linux"
225+
},
226+
{
227+
"only-arches": ["x86_64"],
212228
"type": "file",
213229
"url": "https://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2",
214230
"sha256": "19480217f1524d78467b83cd742f503182bbcc76b5440093261f146828aa588c",
215231
"dest": "build/linux"
216232
},
217233
{
234+
"only-arches": ["arm"],
235+
"type": "file",
236+
"url": "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2",
237+
"sha256": "25a6834ae48019fccf37024236a1f79fe21760414292a4f3fa058d937ceee1ce",
238+
"dest": "build/linux"
239+
},
240+
{
241+
"only-arches": ["x86_64"],
218242
"type": "file",
219243
"url": "https://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2",
220244
"sha256": "c8cccb84e2fe49ee837b24f0a60a99e9c371dae26e84c5b0b22b6b6aab2f1f6a",
221245
"dest": "build/linux"
222246
},
223247
{
248+
"only-arches": ["arm"],
249+
"type": "file",
250+
"url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_arm.tar.bz2",
251+
"sha256": "e4880d83df3d3f6f4b7b7bcde161e80a0556877468803a3c6066ee4ad18a374c",
252+
"dest": "build/linux"
253+
},
254+
{
255+
"only-arches": ["x86_64"],
224256
"type": "file",
225257
"url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_amd64.tar.bz2",
226258
"sha256": "eb5ad0a457dd7f610f7f9b85454399c36755673d61a16f9d07cdfcbbb32ec277",

flathub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"only-arches": ["x86_64"]
2+
"only-arches": ["arm", "x86_64"]
33
}

0 commit comments

Comments
 (0)