This commit is contained in:
Alexandre
2025-07-30 09:31:50 +02:00
parent fab4444d4b
commit 752aa430be
10 changed files with 400 additions and 0 deletions

8
omni-tools/build.json Normal file
View File

@@ -0,0 +1,8 @@
{
"build_from": {
"aarch64": "ghcr.io/alexbelgium/base-alpine:3.19.1-5",
"amd64": "ghcr.io/alexbelgium/base-alpine:3.19.1-5"
},
"squash": false,
"args": {}
}