Gitlab-CI: Explicitly tag specified arm32 images.
So we don't accidentally run generic images on runners that only can deal with specific images.
This commit is contained in:
parent
14a2c1da13
commit
6db710c9ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user