Fix: Add --allow-root flag to makepkg for CI container builds
This commit is contained in:
2
build-arch.sh
Executable file → Normal file
2
build-arch.sh
Executable file → Normal file
@ -60,7 +60,7 @@ makepkg --printsrcinfo > .SRCINFO
|
|||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
echo "Building Arch package..."
|
echo "Building Arch package..."
|
||||||
makepkg -f --noconfirm
|
makepkg -f --noconfirm --allow-root
|
||||||
|
|
||||||
# Copy to releases directory
|
# Copy to releases directory
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user