mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-27 21:21:56 +02:00
KASM-6904 Alpine: add arm support
This commit is contained in:
parent
dd841cc0e6
commit
c3a3d67cdf
@ -7,7 +7,7 @@ pkgver=1.3.3
|
||||
pkgrel=0
|
||||
pkgdesc="KasmVNC provides remote web-based access to a Desktop or application."
|
||||
url="https://github.com/kasmtech/KasmVNC"
|
||||
arch="x86_64"
|
||||
arch="x86_64 aarch64"
|
||||
license="GPL-2.0-or-later"
|
||||
depends="
|
||||
bash
|
||||
|
@ -10,4 +10,4 @@ cd "$apkbuild_dir" && abuild -r
|
||||
|
||||
mkdir -p /src/builder/build/${os}_${os_codename}
|
||||
mv \
|
||||
/src/alpine/packages/alpine/x86_64/*.apk /src/builder/build/${os}_${os_codename}/
|
||||
/src/alpine/packages/alpine/$(arch)/*.apk /src/builder/build/${os}_${os_codename}/
|
||||
|
Loading…
x
Reference in New Issue
Block a user