1
0
mirror of synced 2026-02-13 21:16:57 +00:00

chore: remove support armv6h for aur package #4224

Signed-off-by: Son Bui <sonbv00@gmail.com>
This commit is contained in:
Son Bui
2023-09-12 17:12:20 +08:00
parent 0d18dc128a
commit bc90e7cf01
4 changed files with 4 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ pkgrel=${PKGREL}
_srcname=flux
pkgdesc="Open and extensible continuous delivery solution for Kubernetes"
url="https://fluxcd.io/"
arch=("x86_64" "armv6h" "armv7h" "aarch64")
arch=("x86_64" "armv7h" "aarch64")
license=("APACHE")
provides=("flux-bin")
conflicts=("flux-bin")
@@ -42,7 +42,7 @@ check() {
aarch64)
export ENVTEST_ARCH=arm64
;;
armv6h|armv7h)
armv7h)
export ENVTEST_ARCH=arm
;;
esac