Skip to content

Commit 0514a22

Browse files
hiroTochigidogi
andauthored
treehouses services privatebin for arm64 (fixes #2024) (#2025)
Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent e229cac commit 0514a22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@treehouses/cli",
3-
"version": "1.25.2",
3+
"version": "1.25.3",
44
"remote": "4000",
55
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
66
"main": "cli.sh",

services/install-privatebin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function uses_env {
3737
function supported_arms {
3838
echo "armv7l"
3939
echo "armv6l"
40+
echo "aarch64"
4041
echo "x86_64"
4142
}
4243

0 commit comments

Comments
 (0)