initial build

This commit is contained in:
Alexandre
2021-12-20 09:31:36 +01:00
parent d3279160e6
commit 1d5226befa
12 changed files with 390 additions and 0 deletions

8
whoogle/build.json Normal file
View File

@@ -0,0 +1,8 @@
{
"build_from": {
"armhf": "benbusby/whoogle-search:latest",
"armv7": "benbusby/whoogle-search:latest",
"aarch64": "benbusby/whoogle-search:latest",
"amd64": "benbusby/whoogle-search:latest"
}
}