build(linux): ensure pre-compiled arch pkg is not debug build (#2214)
This commit is contained in:
parent
529f1b84f8
commit
cacadc4df4
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ RUN <<_PKGBUILD
|
||||||
set -e
|
set -e
|
||||||
namcap -i PKGBUILD
|
namcap -i PKGBUILD
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
|
rm -f /build/sunshine/pkg/sunshine-debug*.pkg.tar.zst
|
||||||
ls -a
|
ls -a
|
||||||
_PKGBUILD
|
_PKGBUILD
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue