diff options
author | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2020-05-06 22:21:44 +0000 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2020-05-06 22:21:44 +0000 |
commit | 7acf25f3c445a135bbcc7c36f0ce2397658fb90f (patch) | |
tree | aede7a7bcd145d8b6bd41d7806a326311a087ee3 /user/efivar | |
parent | d7b4cdef0d1b0d56848785d6d200962d05a4f9c6 (diff) | |
download | packages-7acf25f3c445a135bbcc7c36f0ce2397658fb90f.tar.gz packages-7acf25f3c445a135bbcc7c36f0ce2397658fb90f.tar.bz2 packages-7acf25f3c445a135bbcc7c36f0ce2397658fb90f.tar.xz packages-7acf25f3c445a135bbcc7c36f0ce2397658fb90f.zip |
user/efi*: build for aarch64, not nonexistent arm64; fix #282
Diffstat (limited to 'user/efivar')
-rw-r--r-- | user/efivar/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/efivar/APKBUILD b/user/efivar/APKBUILD index 13b1b64bd..c8a8ba600 100644 --- a/user/efivar/APKBUILD +++ b/user/efivar/APKBUILD @@ -5,7 +5,7 @@ pkgver=37 pkgrel=0 pkgdesc="Tools and library to manipulate EFI variables" url="https://github.com/rhboot/efivar" -arch="pmmx x86_64 arm64 ia64" +arch="pmmx x86_64 aarch64 ia64" options="!check" # "WARNING: You should probably not run tests /ever/. This is not a joke." license="LGPL-2.1+" depends="" |