Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RX0FA authored Feb 14, 2025
1 parent 230a12f commit 6286a24
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ jobs:
-e "s/{{TAG_NAME}}/${tag_name}/" -e "s/{{SHA256SUM}}/${tgz_sha256}/" \
packaging/PKGBUILD > raptor-cage-bin/PKGBUILD
echo "---> PKGBUILD"
cat raptor-cage-bin/PKGBUILD
cd raptor-cage-bin
docker run --rm -v "`pwd`:/data" -w /data archlinux:latest bash \
-c 'useradd -M -s /bin/bash user && su user -c "makepkg --printsrcinfo > .SRCINFO"'
git config user.name RX0FA
git config user.email 174369883+RX0FA@users.noreply.github.com
git add .SRCINFO PKGBUILD
git commit -m 'Update build files'
cat .SRCINFO

0 comments on commit 6286a24

Please sign in to comment.