makedeb
An utility to directly boot image files without reformating the USB
Click here to go back to the commit logs for ventoy-bin.
Hash: d88ad414d43a9f5b1c9f1799297eaf33fa261981
Message: add aarch64
diff --git a/.SRCINFO b/.SRCINFO
index e1565fb..7f605eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = ventoy-bin
install = ventoy.install
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
depends = bash
depends = util-linux
diff --git a/PKGBUILD b/PKGBUILD
index fe281ff..58f45f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.0.52
pkgrel=3
pkgdesc='A new multiboot USB solution (Binary)'
url='http://www.ventoy.net/'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
license=('GPL3')
depends=('bash' 'util-linux' 'xz' 'dosfstools' 'lib32-glibc')
provides=("${pkgname%-bin}")