File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -473,17 +473,15 @@ jobs:
473
473
fi
474
474
475
475
UPGRADES_LINK='' SEGMENT_WRITE_KEY='' yarn package:stage
476
-
477
- mv ./release/RedisInsight-preview-linux-amd64.AppImage ./release/RedisInsight-preview-linux.AppImage
478
476
- when :
479
477
condition :
480
478
equal : [ true, << parameters.redisstack >> ]
481
479
steps :
482
480
- run :
483
481
name : Repack AppImage to tar
484
482
command : |
485
- ARCH=x64 ./.circleci/redisstack/app-image.repack.sh
486
- SOURCE_APP=RedisInsight-preview-linux-arm64.AppImage ARCH=arm64 ./.circleci/redisstack/app-image.repack.sh
483
+ ARCH=amd64 ./.circleci/redisstack/app-image.repack.sh
484
+ ARCH=arm64 ./.circleci/redisstack/app-image.repack.sh
487
485
- run :
488
486
name : Build sources
489
487
command : ./.circleci/redisstack/build.sh
Original file line number Diff line number Diff line change 2
2
3
3
ARCH=${ARCH:- x64}
4
4
WORKING_DIRECTORY=$( pwd)
5
- SOURCE_APP=${SOURCE_APP :- " RedisInsight-preview-linux.AppImage" }
5
+ SOURCE_APP=" RedisInsight-preview-linux- $ARCH .AppImage"
6
6
TAR_NAME=" RedisInsight-preview-app-linux.$ARCH .tar.gz"
7
7
TMP_FOLDER=" /tmp/RedisInsight-app-$ARCH "
8
8
You can’t perform that action at this time.
0 commit comments