Skip to content

Commit 81456a6

Browse files
committed
update pic, fix arches in readme
1 parent 6bc2b70 commit 81456a6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Find us at:
3030
- All intensive computation runs on your server.
3131
- You're no longer running excess instances of Chrome.
3232

33-
[![code-server](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/.png)](https://coder.com)
33+
[![code-server](https://github.com/cdr/code-server/raw/master/doc/assets/cli.png)](https://coder.com)
3434

3535
## Supported Architectures
3636

@@ -43,8 +43,6 @@ The architectures supported by this image are:
4343
| Architecture | Tag |
4444
| :----: | --- |
4545
| x86-64 | amd64-latest |
46-
| arm64 | arm64v8-latest |
47-
| armhf | arm32v7-latest |
4846

4947

5048
## Usage

readme-vars.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# project information
44
project_name: code-server
55
project_url: "https://coder.com"
6-
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/.png"
6+
project_logo: "https://github.com/cdr/code-server/raw/master/doc/assets/cli.png"
77
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is VS Code running on a remote server, accessible through the browser.
88
99
- 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_
2222
# supported architectures
2323
available_architectures:
2424
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
25-
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
26-
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
2725

2826
# development version
2927
development_versions: false

0 commit comments

Comments
 (0)