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
1d3f9169
Commit
1d3f9169
authored
Nov 13, 2020
by
lain
Browse files
Gitlab CI: Specify arm32v7 image for arm32 builds
parent
157e32a3
Pipeline
#32845
failed with stages
in 53 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1d3f9169
...
...
@@ -228,8 +228,8 @@ arm:
artifacts
:
*release-artifacts
only
:
*release-only
tags
:
-
arm32
image
:
elixir:1.10.3
-
arm32
on64
image
:
arm32v7/
elixir:1.10.3
cache
:
*release-cache
variables
:
*release-variables
before_script
:
*before-release
...
...
@@ -240,8 +240,8 @@ arm-musl:
artifacts
:
*release-artifacts
only
:
*release-only
tags
:
-
arm32
image
:
elixir:1.10.3
-alpine
-
arm32
on64
image
:
arm32v7/
elixir:1.10.3
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