fix CI build
Some checks failed
Build Alpine Packages / build-and-publish (push) Failing after 5m2s

This commit is contained in:
Joachim Schlöffel
2026-06-08 23:51:02 +02:00
parent af5f4db9b4
commit 67fcee9099
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ if ! compgen -G "${HOME}/.abuild/*.rsa" > /dev/null; then
fi
doas cp "${HOME}"/.abuild/*.rsa.pub /etc/apk/keys/
doas apk update
while IFS= read -r package_dir; do
apk_validate_package_dir "${package_dir}"

View File

@@ -37,6 +37,7 @@ fi
case "${command_name}" in
build)
doas apk update
cd "${package_dir}"
abuild -r
mkdir -p "/home/builder/packages/${repo_name}/${arch}"