Skip to content

Commit

Permalink
🔥 Drop i386 support
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 27, 2020
1 parent 6c06762 commit 17f1b35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ variables:
ADDON_SLUG: "jupyterlablite"
ADDON_TARGET: "jupyterlab"
ADDON_ARMHF: "false"
ADDON_I386: "false"
ADDON_LEGACY_TAGS: "true"

ADDON_AARCH64_BASE: "hassioaddons/debian-base-aarch64:3.0.1"
ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.0.1"
ADDON_ARMV7_BASE: "hassioaddons/debian-base-armv7:3.0.1"
ADDON_I386_BASE: "hassioaddons/debian-base-i386:3.0.1"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ SOFTWARE.
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-jupyterlab-lite/badges/master/pipeline.svg
[gitlabci]: https://gitlab.com/hassio-addons/addon-jupyterlab-lite/pipelines
[home-assistant]: https://home-assistant.io
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[issue]: https://github.com/hassio-addons/addon-jupyterlab-lite/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-jupyterlab-lite.svg
Expand Down
3 changes: 1 addition & 2 deletions jupyterlab/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"build_from": {
"aarch64": "hassioaddons/debian-base-aarch64:3.0.1",
"amd64": "hassioaddons/debian-base-amd64:3.0.1",
"armv7": "hassioaddons/debian-base-armv7:3.0.1",
"i386": "hassioaddons/debian-base-i386:3.0.1"
"armv7": "hassioaddons/debian-base-armv7:3.0.1"
},
"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", "i386"],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"hassio_api": true,
"auth_api": true,
Expand Down

0 comments on commit 17f1b35

Please sign in to comment.