diff options
author | lain <lain@soykaf.club> | 2020-11-17 12:42:55 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-17 12:42:55 +0100 |
commit | ffc2bb70ff297bfe2e24afa591553a4410128fb7 (patch) | |
tree | 8a774eec8d0fa096ff15752a89a002464803729a | |
parent | fcb1e7b750c91f7654079f776769f6b1953a5a38 (diff) | |
download | pleroma-ffc2bb70ff297bfe2e24afa591553a4410128fb7.tar.gz |
Gitlab CI: Specify image architecture for arm64 images
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08dc776a6..9a754ed78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |