From 15ff3acaf0f8d4b76c985031b02dd93416d0f890 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 9 May 2023 01:45:43 -0400 Subject: [PATCH] community/powershell: disable ppc64le --- community/powershell/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/powershell/APKBUILD b/community/powershell/APKBUILD index ac80f27387a..65deb232731 100644 --- a/community/powershell/APKBUILD +++ b/community/powershell/APKBUILD @@ -3,9 +3,9 @@ pkgname=powershell pkgver=7.3.4 _gittag=v$pkgver -pkgrel=0 +pkgrel=1 pkgdesc="A cross-platform automation and configuration tool/framework" -arch="all !s390x !x86 !armhf !riscv64" # blocked by dotnet runtime +arch="x86_64 aarch64 armv7" # blocked by dotnet runtime url="https://github.com/PowerShell/PowerShell" license="MIT" depends="