👷♂️ Restrict to linux 64-bit
This commit is contained in:
parent
15ca59a6a6
commit
488e49b6b2
1 changed files with 7 additions and 1 deletions
|
@ -19,5 +19,11 @@
|
|||
"src/*/*.h",
|
||||
"src/*/*.c"
|
||||
],
|
||||
"bin": "./ssn-installer"
|
||||
"bin": "./ssn-installer",
|
||||
"os": [
|
||||
"linux"
|
||||
],
|
||||
"cpu": [
|
||||
"x64"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue