summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 9fcb3b2..62756f1 100644
--- a/config
+++ b/config
@@ -27,7 +27,7 @@ LOCK_DELAY=10
[ -n "${STAGING:-}" ] || STAGING="$HOME/staging/unknown/staging"
[[ $STAGING = /* ]] || STAGING="$PWD/$STAGING"
export TMPDIR="/tmp"
-ARCHES=(x86_64 i686 armv7h)
+ARCHES=(x86_64 i686 armv7h ppc64le)
DBEXT=".db.tar.gz"
FILESEXT=".files.tar.gz"
SRCEXT=".src.tar.gz"