initial commit

This commit is contained in:
jokob-sk
2025-01-05 13:04:36 +11:00
parent 8964123c75
commit c6247fb7fb
13 changed files with 423 additions and 0 deletions

11
netalertx/build.json Normal file
View File

@@ -0,0 +1,11 @@
{
"build_from": {
"aarch64": "netalertx:latest",
"amd64": "netalertx:latest",
"armv7": "netalertx:latest",
"armv6": "netalertx:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}