Gitlab CI: Specify image architecture for arm64 images

This commit is contained in:
lain 2020-11-17 12:42:55 +01:00
parent fcb1e7b750
commit ffc2bb70ff
1 changed files with 2 additions and 3 deletions

View File

@ -253,7 +253,7 @@ arm64:
only: *release-only
tags:
- arm
image: elixir:1.10.3
image: arm64v8/elixir:1.10.3
cache: *release-cache
variables: *release-variables
before_script: *before-release
@ -265,8 +265,7 @@ arm64-musl:
only: *release-only
tags:
- arm
# TODO: Replace with upstream image when 1.9.0 comes out
image: elixir:1.10.3-alpine
image: arm64v8/elixir:1.10.3-alpine
cache: *release-cache
variables: *release-variables
before_script: *before-release-musl