mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
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.
8 lines
192 B
JSON
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"
|
|
}
|
|
}
|