proton-bridge: disable x86_64 builds

This commit is contained in:
Leonid Pliushch 2021-01-06 14:17:38 +02:00
parent 3a71b24321
commit 4c3e36552a
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -5,7 +5,7 @@ TERMUX_PKG_VERSION=1.5.4
TERMUX_PKG_SRCURL=https://github.com/ProtonMail/proton-bridge.git
TERMUX_PKG_GIT_BRANCH=br-$TERMUX_PKG_VERSION
TERMUX_PKG_MAINTAINER="Radomír Polách <rp@t4d.cz>"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686, x86_64"
termux_step_make_install() {
termux_setup_golang