mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
KASM-6904 Alpine: add arm support
This commit is contained in:
parent
dd841cc0e6
commit
c3a3d67cdf
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue