Skip to content

Commit

Permalink
treehouses services planet for arm64 (fixes #2239) (#2240)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
rjpadilla and dogi authored Jun 12, 2021
1 parent c035a00 commit db85201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions services/install-planet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function uses_env {
function supported_arches {
echo "armv7l"
echo "armv6l"
echo "aarch64"
}

# add port(s)
Expand Down

0 comments on commit db85201

Please sign in to comment.