summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-03-22 08:43:02 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-03-22 08:43:02 +0100
commit9d29a1d42b606774699166185700f89a6e90b543 (patch)
tree513fb112ae340d7d8d372f4c6f87c8ddf7393ce9
parentf64c14bc21ccfe10ff4688c2d8b78c06d335765f (diff)
Add seaweedfs download target for aarch64
-rw-r--r--playbooks.d/seaweedfs/playbook.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks.d/seaweedfs/playbook.bash b/playbooks.d/seaweedfs/playbook.bash
index 7405cb5..c10ec65 100644
--- a/playbooks.d/seaweedfs/playbook.bash
+++ b/playbooks.d/seaweedfs/playbook.bash
@@ -9,7 +9,7 @@ playbook_add() {
# Install seaweedfs
case "${BASHTARD_PLATFORM[arch]}" in
x86_64) dl_arch=amd64 ;;
- *) die "NYI" ;;
+ aarch64) dl_arch=arm64 ;;
esac
dl_baseurl="https://github.com/seaweedfs/seaweedfs/releases/download"