diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-12-05 23:33:46 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2022-12-05 23:33:46 +0000 |
commit | f60cb0f77145bf480c67e30ba8b356afda5834ab (patch) | |
tree | cc26e792fed1ed583676d04fded98cf75adc156f | |
parent | eb7f4bc51b4c3194a6129dfccc37516242e6350b (diff) | |
parent | b6e96f63b4fdc231d09d3cefde23286d8764bfbd (diff) | |
download | pleroma-f60cb0f77145bf480c67e30ba8b356afda5834ab.tar.gz pleroma-f60cb0f77145bf480c67e30ba8b356afda5834ab.zip |
Merge branch 'ci/amd64-build-tags' into 'develop'
CI: Tag amd64 releases for amd64 runners
See merge request pleroma/pleroma!3799
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 329904bbe..92ea3f494 100644 --- 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 |