Skip to content

Commit f0d062e

Browse files
authored
CircleCI: replaced base image of platforms-build (#187)
1 parent a2d7124 commit f0d062e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ commands:
128128
cd build/platforms
129129
make build OSNICK=<<parameters.platform>> VERSION=$CIRCLE_TAG BRANCH=$CIRCLE_BRANCH TEST=1 SHOW=1
130130
131+
#----------------------------------------------------------------------------------------------------------------------------------
132+
131133
jobs:
132134
build:
133135
docker:
@@ -140,7 +142,7 @@ jobs:
140142
platform:
141143
type: string
142144
docker:
143-
- image: redisfab/rmbuilder:6.2.5-x64-buster
145+
- image: ubuntu:bionic
144146
steps:
145147
- platforms-build-steps:
146148
platform: <<parameters.platform>>
@@ -152,6 +154,7 @@ jobs:
152154
- build-steps:
153155
make_bin: gmake
154156

157+
#----------------------------------------------------------------------------------------------------------------------------------
155158

156159
on-any-branch: &on-any-branch
157160
filters:
@@ -211,6 +214,7 @@ on-integ-and-version-tags: &on-integ-and-version-tags
211214
tags:
212215
only: /^v[0-9].*/
213216

217+
#----------------------------------------------------------------------------------------------------------------------------------
214218

215219
workflows:
216220
version: 2

0 commit comments

Comments
 (0)