summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-11-27 14:20:59 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-11-27 14:20:59 +0000
commit5a5ff508aa47d5cf64f7be5938a9561e856854dd (patch)
tree1d7668c29867420a642217c710d814878878d7dd
parent14a2c1da13a855d2daa1fa19a59964496d271950 (diff)
parent6db710c9ba5cd55900545d1af58b31c49d378312 (diff)
Merge branch '2727-gitlab-issues' into 'develop'
Gitlab-CI: Explicitly tag specified arm32 images. Closes #2327 See merge request pleroma/pleroma!3178
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b05e4a08..9ef3ddd0d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -228,7 +228,7 @@ arm:
artifacts: *release-artifacts
only: *release-only
tags:
- - arm32
+ - arm32-specified
image: arm32v7/elixir:1.10.3
cache: *release-cache
variables: *release-variables
@@ -240,7 +240,7 @@ arm-musl:
artifacts: *release-artifacts
only: *release-only
tags:
- - arm32
+ - arm32-specified
image: arm32v7/elixir:1.10.3-alpine
cache: *release-cache
variables: *release-variables