Merge pull request #929 from h3poteto/iss-913

closes #913 Add arm architecture in build target
This commit is contained in:
AkiraFukushima 2019-05-28 00:50:49 +09:00 committed by GitHub
commit dc3c53b8c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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