diff --git a/main/guile/APKBUILD b/main/guile/APKBUILD
index ca92d5aafcaa749ed33e4485f922021953f5771f..279a43d4dd0a06746bacd4f77d8c550f10914217 100644
--- a/main/guile/APKBUILD
+++ b/main/guile/APKBUILD
@@ -21,7 +21,7 @@ source="https://ftp.gnu.org/gnu/guile/guile-$pkgver.tar.gz
 	"
 
 case "$CARCH" in
-x86 | x86_64) options="$options !strip" ;;
+x86 | x86_64 | mips64) options="$options !strip" ;;
 # Otherwise we'll get strip: Unable to recognise the format of the input file
 esac