logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: f60cb0f77145bf480c67e30ba8b356afda5834ab
parent eb7f4bc51b4c3194a6129dfccc37516242e6350b
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Mon,  5 Dec 2022 23:33:46 +0000

Merge branch 'ci/amd64-build-tags' into 'develop'

CI: Tag amd64 releases for amd64 runners

See merge request pleroma/pleroma!3799

Diffstat:

M.gitlab-ci.yml4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -260,6 +260,8 @@ amd64: - develop@pleroma/pleroma - /^maint/.*$/@pleroma/pleroma - /^release/.*$/@pleroma/pleroma + tags: + - amd64 artifacts: &release-artifacts name: "pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME" paths: @@ -292,6 +294,8 @@ amd64-musl: stage: release artifacts: *release-artifacts only: *release-only + tags: + - amd64 image: elixir:1.10.4-alpine cache: *release-cache variables: *release-variables