diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-01 16:32:28 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-01 16:32:34 +0000 |
commit | a63cdbe663916777f0e31641823a2fae7ae559f5 (patch) | |
tree | 0df8657e11804cabf6873057fccf3df86289df1c | |
parent | 391fe3ee8538ed91f8859ea4516e9f92b26b5daf (diff) | |
download | aports-a63cdbe663916777f0e31641823a2fae7ae559f5.tar.bz2 aports-a63cdbe663916777f0e31641823a2fae7ae559f5.tar.xz |
testing/chezmoi: disable on armv7 and armhf
-rw-r--r-- | testing/chezmoi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/chezmoi/APKBUILD b/testing/chezmoi/APKBUILD index 7335e3e315..bb4a1d1555 100644 --- a/testing/chezmoi/APKBUILD +++ b/testing/chezmoi/APKBUILD @@ -5,7 +5,7 @@ pkgver="1.7.3" pkgrel=0 pkgdesc="Manage your dotfiles across multiple machines, securely." url="https://www.chezmoi.io/" -arch="all !x86" # build failure +arch="all !x86 !armv7 !armhf" # build failure license="MIT" makedepends="go" options="!check chmod-clean" # no test suite |