Skip to content

Commit

Permalink
Merge pull request #295 from elcajon-tech/elcajon-p1
Browse files Browse the repository at this point in the history
Remove aarch64
  • Loading branch information
elcajon authored Jul 22, 2023
2 parents e8295e4 + 8c14774 commit 172776c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ with the following additional features:
- Appdaemon & hass-apps installed
- Custom cont-init.d and services.d scripts

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
Expand Down
2 changes: 1 addition & 1 deletion code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG YQ_VERSION="v4.34.2"
# renovate: datasource=repology depName=debian_12/build-essential-mipsen versioning=loose
ARG build_essential_version="12.9"
# renovate: datasource=repology depName=debian_12/locales versioning=loose
ARG locales_version="2.36-9"
ARG locales_version="2.36-9+deb12u1"
# no-renovate: datasource=repology depName=debian_12/uuid-runtime versioning=loose
ARG uuid_runtime_version="2.38.1-5+b1"
# renovate: datasource=repology depName=debian_12/gnupg versioning=loose
Expand Down
1 change: 0 additions & 1 deletion code-server/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base:7.0.0
amd64: ghcr.io/hassio-addons/debian-base:7.0.0
codenotary:
base_image: [email protected]
Expand Down
1 change: 0 additions & 1 deletion code-server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ panel_icon: mdi:code-json
startup: services
init: false
arch:
- aarch64
- amd64
uart: true
docker_api: true
Expand Down

0 comments on commit 172776c

Please sign in to comment.