Skip to content

Commit

Permalink
🔨 Replace armv7 with armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 4, 2020
1 parent 1d77d8c commit 67a981c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ variables:
ADDON_GITHUB_REPO: "hassio-addons/addon-jupyterlab-lite"
ADDON_SLUG: "jupyterlablite"
ADDON_TARGET: "jupyterlab"
ADDON_ARMHF: "false"
ADDON_ARMV7: "false"
ADDON_I386: "false"

ADDON_AARCH64_BASE: "hassioaddons/debian-base-aarch64:3.2.3"
ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.2.3"
ADDON_ARMV7_BASE: "hassioaddons/debian-base-armv7:3.2.3"
ADDON_ARMHF_BASE: "hassioaddons/debian-base-armhf:3.2.3"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ SOFTWARE.
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[alpine-packages]: https://pkgs.alpinelinux.org/packages
[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-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-jupyterlab-lite.svg
[commits]: https://github.com/hassio-addons/addon-jupyterlab-lite/commits/master
[contributors]: https://github.com/hassio-addons/addon-jupyterlab-lite/graphs/contributors
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build_from": {
"aarch64": "hassioaddons/debian-base-aarch64:3.2.3",
"amd64": "hassioaddons/debian-base-amd64:3.2.3",
"armv7": "hassioaddons/debian-base-armv7:3.2.3"
"armhf": "hassioaddons/debian-base-armhf:3.2.3"
},
"args": {}
}
2 changes: 1 addition & 1 deletion jupyterlab/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/hassio-addons/addon-jupyterlab-lite",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7777]",
"startup": "application",
"arch": ["aarch64", "amd64", "armv7"],
"arch": ["aarch64", "amd64", "armhf"],
"boot": "auto",
"hassio_api": true,
"auth_api": true,
Expand Down

0 comments on commit 67a981c

Please sign in to comment.