feat(ci): armv7 cross builds (#3892)

This commit is contained in:
Akash Satheesan
2021-08-10 00:05:31 +05:30
committed by GitHub
parent fb1176664f
commit 741b834b64
4 changed files with 56 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
{
"rpm": {
"armv7l": "armhfp"
},
"deb": {
"armv7l": "armhf"
}
}