Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
ffc2bb70
Commit
ffc2bb70
authored
Nov 17, 2020
by
lain
Browse files
Gitlab CI: Specify image architecture for arm64 images
parent
fcb1e7b7
Pipeline
#32917
passed with stages
in 103 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ffc2bb70
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment