From db85201ac5fe1e975dee28ca165696f59ed57960 Mon Sep 17 00:00:00 2001 From: RJ Padilla Date: Fri, 11 Jun 2021 22:55:19 -0400 Subject: [PATCH] `treehouses services planet` for arm64 (fixes #2239) (#2240) Co-authored-by: dogi --- package.json | 2 +- services/install-planet.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fb5d94781..fe93dbd7bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.25.61", + "version": "1.25.62", "remote": "4000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh", diff --git a/services/install-planet.sh b/services/install-planet.sh index 9ca9ca2cb8..30925378c6 100644 --- a/services/install-planet.sh +++ b/services/install-planet.sh @@ -71,6 +71,7 @@ function uses_env { function supported_arches { echo "armv7l" echo "armv6l" + echo "aarch64" } # add port(s)