]> git.ipfire.org Git - location/libloc.git/commitdiff
debian: Do not build for riscv64
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2020 11:33:29 +0000 (11:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2020 11:33:29 +0000 (11:33 +0000)
The build requirements could not be satisfied

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
debian/build.sh

index f8e39f0f0b864cf4a57e114682bc9de975a8609f..082707cbb686c026ec91abd11b5dcd4e0941bcf5 100644 (file)
@@ -2,7 +2,7 @@
 
 set -x
 
-ARCHITECTURES=( amd64 arm64 i386 armhf riscv64 )
+ARCHITECTURES=( amd64 arm64 i386 armhf )
 RELEASES=( buster )
 
 CHROOT_PATH="/var/tmp"