projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5c2d5
)
CI: Conservatively update release images so they keep building.
author
Lain Soykaf
<lain@lain.com>
Sun, 14 Nov 2021 19:37:32 +0000
(20:37 +0100)
committer
Lain Soykaf
<lain@lain.com>
Sun, 14 Nov 2021 19:37:32 +0000
(20:37 +0100)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 9041443c5b6b46ae0140a2df19aaa9dc8ec8afce..c3192fbf239d30a9c89f7755f05fe0d08c6408dc 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-298,7
+298,7
@@
arm:
only: *release-only
tags:
- arm32-specified
- image: arm32v7/elixir:1.10.
3
+ image: arm32v7/elixir:1.10.
4
cache: *release-cache
variables: *release-variables
before_script: *before-release
@@
-322,7
+322,7
@@
arm64:
only: *release-only
tags:
- arm
- image: arm64v8/elixir:1.10.
3
+ image: arm64v8/elixir:1.10.
4
cache: *release-cache
variables: *release-variables
before_script: *before-release