build(linux): ensure pre-compiled arch pkg is not debug build (#2214)

This commit is contained in:
ReenigneArcher 2024-03-04 22:15:37 -05:00 committed by GitHub
parent 529f1b84f8
commit cacadc4df4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,6 +87,7 @@ RUN <<_PKGBUILD
set -e
namcap -i PKGBUILD
makepkg -si --noconfirm
rm -f /build/sunshine/pkg/sunshine-debug*.pkg.tar.zst
ls -a
_PKGBUILD