Skip to content

Commit

Permalink
build(linux): ensure pre-compiled arch pkg is not debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Mar 5, 2024
1 parent 529f1b8 commit b0e5766
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 @@ -93,6 +93,7 @@ _PKGBUILD
FROM scratch as artifacts

COPY --link --from=sunshine-build /build/sunshine/pkg/PKGBUILD /PKGBUILD
RUN ls -a /build/sunshine/pkg
COPY --link --from=sunshine-build /build/sunshine/pkg/sunshine*.pkg.tar.zst /sunshine.pkg.tar.zst

FROM sunshine-base as sunshine
Expand Down

0 comments on commit b0e5766

Please sign in to comment.