logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 89e92121c262511ec0b1628caa50cf6470c6fb1b
parent 1170dfdd49d9ab0d3a1788db253e88e1bbeb67e1
Author: Lain Soykaf <lain@lain.com>
Date:   Fri, 20 Dec 2024 07:35:23 +0400

CI: Allow failure for non-musl arm for now

Diffstat:

M.gitlab-ci.yml1+
Achangelog.d/ci-builder-skip-arm32.skip0
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -327,6 +327,7 @@ amd64-musl: arm: stage: release + allow_failure: true artifacts: *release-artifacts only: *release-only tags: diff --git a/changelog.d/ci-builder-skip-arm32.skip b/changelog.d/ci-builder-skip-arm32.skip