This commit is contained in:
build@apk-groulx 2023-04-22 18:40:25 +00:00
parent 243daf359f
commit 352605c7fe

View file

@ -80,7 +80,6 @@ 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"
@ -240,6 +239,8 @@ section_start artifacts "Handeling artifacts" collapse
copy_artifacts || true
section_end artifacts
echo "==== $CI_ALPINE_TARGET_ARCH"
section_start summary "Build summary"
echo "### Build summary ###"