logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 6db710c9ba5cd55900545d1af58b31c49d378312
parent 14a2c1da13a855d2daa1fa19a59964496d271950
Author: lain <lain@soykaf.club>
Date:   Fri, 27 Nov 2020 13:27:35 +0100

Gitlab-CI: Explicitly tag specified arm32 images.

So we don't accidentally run generic images on runners
that only can deal with specific images.

Diffstat:

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

diff --git 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