mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 05:08:41 -09:00
add arm64 linux build targets
This commit is contained in:
parent
8affe029b9
commit
f495d2e58a
1 changed files with 6 additions and 3 deletions
|
|
@ -21,19 +21,22 @@
|
||||||
{
|
{
|
||||||
"target": "deb",
|
"target": "deb",
|
||||||
"arch": [
|
"arch": [
|
||||||
"x64"
|
"x64",
|
||||||
|
"arm64"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"target": "AppImage",
|
"target": "AppImage",
|
||||||
"arch": [
|
"arch": [
|
||||||
"x64"
|
"x64",
|
||||||
|
"arm64"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"target": "rpm",
|
"target": "rpm",
|
||||||
"arch": [
|
"arch": [
|
||||||
"x64"
|
"x64",
|
||||||
|
"arm64"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue