Alexandre
2023-11-21 14:14:19 +01:00
parent 94b30e5853
commit 2f7c84a274
11 changed files with 293 additions and 0 deletions

10
signalk/build.json Normal file
View File

@@ -0,0 +1,10 @@
{
"build_from": {
"aarch64": "ghcr.io/signalk/signalk-server:latest",
"amd64": "ghcr.io/signalk/signalk-server:latest",
"armv7": "ghcr.io/signalk/signalk-server:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}