Skip to content

Commit

Permalink
build(linux): ensure pre-compiled arch pkg is not debug build (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Mar 5, 2024
1 parent 529f1b8 commit cacadc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/archlinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cacadc4

Please sign in to comment.