From 81456a68a67ba8b43162b485e4d29150e235b44a Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 26 Jun 2019 17:51:20 -0400 Subject: [PATCH] update pic, fix arches in readme --- README.md | 4 +--- readme-vars.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 918b7da..71bda98 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Find us at: - All intensive computation runs on your server. - You're no longer running excess instances of Chrome. -[![code-server](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/.png)](https://coder.com) +[![code-server](https://github.com/cdr/code-server/raw/master/doc/assets/cli.png)](https://coder.com) ## Supported Architectures @@ -43,8 +43,6 @@ The architectures supported by this image are: | Architecture | Tag | | :----: | --- | | x86-64 | amd64-latest | -| arm64 | arm64v8-latest | -| armhf | arm32v7-latest | ## Usage diff --git a/readme-vars.yml b/readme-vars.yml index 76d4a16..132148d 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -3,7 +3,7 @@ # project information project_name: code-server project_url: "https://coder.com" -project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/.png" +project_logo: "https://github.com/cdr/code-server/raw/master/doc/assets/cli.png" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is VS Code running on a remote server, accessible through the browser. - Code on your Chromebook, tablet, and laptop with a consistent dev environment. @@ -22,8 +22,6 @@ project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_ # supported architectures available_architectures: - { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} - - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} - - { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"} # development version development_versions: false