This commit is contained in:
Alexandre
2021-12-04 16:31:35 +01:00
parent 66999b55ab
commit 0974f36055
11 changed files with 252 additions and 0 deletions

8
firefox/build.json Normal file
View File

@@ -0,0 +1,8 @@
{
"build_from": {
"armhf": "linuxserver/firefox:arm32v7-latest",
"armv7": "linuxserver/firefox:arm32v7-latest",
"aarch64": "linuxserver/firefox:arm64v8-latest",
"amd64": "linuxserver/firefox:amd64-latest"
}
}