mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-13 16:34:22 +01:00
remove armhf
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "linuxserver/code-server:arm32v7-latest",
|
||||
"armhf": "linuxserver/code-server:arm32v7-latest",
|
||||
"aarch64": "linuxserver/code-server:arm64v8-latest",
|
||||
"amd64": "linuxserver/code-server:amd64-latest"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
||||
"image": "ghcr.io/alexbelgium/code-server-{arch}",
|
||||
|
||||
Reference in New Issue
Block a user