This commit is contained in:
build@apk-groulx 2023-04-22 18:37:07 +00:00
parent c51ae02398
commit 243daf359f

View file

@ -80,6 +80,7 @@ get_release() {
build_aport() {
local repo="$1" aport="$2"
cd "$APORTSDIR/$repo/$aport"
echo $CI_ALPINE_TARGET_ARCH
if CHOST=$CI_ALPINE_TARGET_ARCH abuild -r 2>&1 | report "build-$aport"; then
checkapk | report "checkapk-$aport" || true
aport_ok="$aport_ok $repo/$aport"