diff --git a/community/github-cli/APKBUILD b/community/github-cli/APKBUILD index a962053bcb9..6d82e749376 100644 --- a/community/github-cli/APKBUILD +++ b/community/github-cli/APKBUILD @@ -24,10 +24,6 @@ source="https://github.com/cli/cli/archive/v$pkgver/github-cli-$pkgver.tar.gz " builddir="$srcdir/cli-$pkgver" -case $CARCH in - ppc64le) export CGO_ENABLED=0 ;; - *) ;; -esac export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}" export GOTMPDIR="${GOTMPDIR:-"$srcdir"}" export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"