Files
hassio-addons/whoogle/build.json
bruvv 35f8e711e1 change to ghcr
We all love docker hub but the rate limiting is stupid af. So I think we should be switching to ghcr to make this future proof.
2022-02-10 21:10:51 +01:00

8 lines
192 B
JSON

{
"build_from": {
"armv7": "ghcr.io/benbusby/whoogle-search:latest",
"aarch64": "ghcr.io/benbusby/whoogle-search:latest",
"amd64": "ghcr.io/benbusby/whoogle-search:latest"
}
}