Disable ia32 linux releases (#2164)

Fix #2161
Fix #2150
This commit is contained in:
CHaBou 2017-09-03 18:26:22 +02:00 committed by Leo Lamprecht
parent a348185cc5
commit e2d0f825c6

View file

@ -84,21 +84,18 @@
{ {
"target": "deb", "target": "deb",
"arch": [ "arch": [
"ia32",
"x64" "x64"
] ]
}, },
{ {
"target": "AppImage", "target": "AppImage",
"arch": [ "arch": [
"ia32",
"x64" "x64"
] ]
}, },
{ {
"target": "rpm", "target": "rpm",
"arch": [ "arch": [
"ia32",
"x64" "x64"
] ]
} }