initial upload

This commit is contained in:
Alexandre
2020-12-17 09:29:28 +01:00
parent 42e8a5f0ef
commit 85cc31f3a8
8 changed files with 162 additions and 0 deletions

11
joal/build.json Normal file
View File

@@ -0,0 +1,11 @@
{
"build_from": {
"armv7": "anthonyraymond/joal:2.1.24-arm",
"armhf": "anthonyraymond/joal:2.1.24-arm",
"aarch64": "anthonyraymond/joal:2.1.24-arm64",
"amd64": "anthonyraymond/joal:2.1.24-amd64",
},
"squash": false,
"args": {}
}