Update build.json

This commit is contained in:
Alexandre
2022-01-12 17:20:24 +01:00
committed by GitHub
parent 0b40800858
commit 7dd7393845

View File

@@ -1,8 +1,8 @@
{
"build_from": {
"armhf": "vabene1111/recipes:arm32v7-latest",
"armv7": "vabene1111/recipes:arm32v7-latest",
"aarch64": "vabene1111/recipes:arm64v8-latest",
"amd64": "vabene1111/recipes:amd64-latest"
"armhf": "vabene1111/recipes:latest",
"armv7": "vabene1111/recipes:latest",
"aarch64": "vabene1111/recipes:latest",
"amd64": "vabene1111/recipes:latest"
}
}