Fix architecture of tailspin for RaspberryPi

This commit is contained in:
Lukas Stancik
2025-07-07 19:11:19 +00:00
parent 5796b47f31
commit 183978de4e
+1 -1
View File
@@ -22,7 +22,7 @@ alpine_source() {
tailspin_bin() {
find "$CACHE_DIR" -name tailspin.tar.gz -type f | grep -q . || \
wget https://github.com/bensadeh/tailspin/releases/download/4.0.0/tailspin-x86_64-unknown-linux-musl.tar.gz -O "$CACHE_DIR/tailspin.tar.gz"
wget https://github.com/bensadeh/tailspin/releases/download/4.0.0/tailspin-aarch64-unknown-linux-musl.tar.gz -O "$CACHE_DIR/tailspin.tar.gz"
mkdir -p "$CACHE_DIR/tailspin"