ci: add arm64 support

This commit is contained in:
2026-06-02 21:59:46 +03:00
parent 4ec49d822b
commit ad8f22a359
7 changed files with 153 additions and 40 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ pkgbase = pwsp
pkgver = 1.10.0
pkgrel = 1
url = https://github.com/arabianq/pipewire-soundpad
arch = any
arch = x86_64
arch = aarch64
license = MIT
makedepends = clang
makedepends = rust
+1 -1
View File
@@ -4,7 +4,7 @@ pkgname=pwsp
pkgver=1.10.0
pkgrel=1
pkgdesc="Lets you play audio files through your microphone"
arch=('any')
arch=('x86_64' 'aarch64')
url="https://github.com/arabianq/pipewire-soundpad"
license=('MIT')
makedepends=(clang rust cargo cmake pipewire alsa-lib)