Align builds with addon version

This commit is contained in:
Alexandre
2021-01-15 18:54:50 +01:00
parent 736c6dd78b
commit 816b76c2a8
12 changed files with 54 additions and 51 deletions

View File

@@ -1,9 +1,9 @@
{
"build_from": {
"armv7": "linuxserver/code-server:arm32v7-v3.8.0-ls64",
"armhf": "linuxserver/code-server:arm32v7-v3.8.0-ls64",
"aarch64": "linuxserver/code-server:arm64v8-v3.8.0-ls64",
"amd64": "linuxserver/code-server:amd64-v3.8.0-ls64"
"armv7": "linuxserver/code-server:arm32v7",
"armhf": "linuxserver/code-server:arm32v7",
"aarch64": "linuxserver/code-server:arm64v8",
"amd64": "linuxserver/code-server:amd64"
},
"squash": false,
"args": {}