File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
- name : Build sources
23
23
run : ./.circleci/build/build.sh
24
24
25
+ # todo: matrix
25
26
- name : Build web archives
26
27
run : |
27
28
unset npm_config_keytar_binary_host_mirror
@@ -39,14 +40,15 @@ jobs:
39
40
PLATFORM=win32 ARCH=x64 .circleci/build/build_modules.sh
40
41
- name : Build Docker (x64, arm64)
41
42
env :
43
+ ENV : ${{ vars.ENV }}
42
44
RI_SEGMENT_WRITE_KEY : ${{ secrets.RI_SEGMENT_WRITE_KEY }}
43
45
run : |
44
46
# Build alpine x64 image
45
47
docker buildx build \
46
48
-f .circleci/build/build.Dockerfile \
47
49
--platform linux/amd64 \
48
50
--build-arg DIST=release/web/Redis-Insight-web-linux-musl.x64.tar.gz \
49
- --build-arg NODE_ENV="$env " \
51
+ --build-arg NODE_ENV="$ENV " \
50
52
--build-arg RI_SEGMENT_WRITE_KEY="$RI_SEGMENT_WRITE_KEY" \
51
53
-t redisinsight:amd64 \
52
54
.
56
58
-f .circleci/build/build.Dockerfile \
57
59
--platform linux/arm64 \
58
60
--build-arg DIST=release/web/Redis-Insight-web-linux-musl.arm64.tar.gz \
59
- --build-arg NODE_ENV="$env " \
61
+ --build-arg NODE_ENV="$ENV " \
60
62
--build-arg RI_SEGMENT_WRITE_KEY="$RI_SEGMENT_WRITE_KEY" \
61
63
-t redisinsight:arm64 \
62
64
.
You can’t perform that action at this time.
0 commit comments