refs #913 Add arm architecture in build target

This commit is contained in:
AkiraFukushima 2019-05-28 00:48:20 +09:00
parent 6247e5ad7c
commit 8ffefc2f32
1 changed files with 3 additions and 1 deletions

View File

@ -110,7 +110,9 @@
"target": "tar.bz2",
"arch": [
"x64",
"ia32"
"ia32",
"armv7l",
"arm64"
]
},
{