Skip to content

Commit

Permalink
Drop support for armhf & i386
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 22, 2023
1 parent 3bfff2b commit e1b3bed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SOFTWARE.

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-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
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-tailscale.svg
[commits]: https://github.com/hassio-addons/addon-tailscale/commits/main
Expand All @@ -115,7 +115,7 @@ SOFTWARE.
[github-actions]: https://github.com/hassio-addons/addon-tailscale/actions
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck
[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-tailscale/issues
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-tailscale.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
Expand Down
2 changes: 0 additions & 2 deletions tailscale/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ RUN \
&& ln -sf /sbin/xtables-nft-multi /sbin/iptables \
\
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
&& if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm"; fi \
&& if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="arm"; fi \
&& if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi \
&& if [ "${BUILD_ARCH}" = "i386" ]; then ARCH="386"; fi \
\
&& curl -L -s \
"https://pkgs.tailscale.com/stable/tailscale_${TAILSCALE_VERSION#v}_${ARCH}.tgz" \
Expand Down
2 changes: 0 additions & 2 deletions tailscale/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:14.3.0
amd64: ghcr.io/hassio-addons/base/amd64:14.3.0
armhf: ghcr.io/hassio-addons/base/armhf:14.3.0
armv7: ghcr.io/hassio-addons/base/armv7:14.3.0
i386: ghcr.io/hassio-addons/base/i386:14.3.0
codenotary:
base_image: [email protected]
signer: [email protected]
2 changes: 0 additions & 2 deletions tailscale/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ panel_icon: mdi:vpn
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
init: false
hassio_api: true
host_network: true
Expand Down

0 comments on commit e1b3bed

Please sign in to comment.