File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -480,8 +480,8 @@ jobs:
480
480
- run :
481
481
name : Repack AppImage to tar
482
482
command : |
483
- ARCH=amd64 ./.circleci/redisstack/app-image.repack.sh
484
- ARCH=arm64 ./.circleci/redisstack/app-image.repack.sh
483
+ ARCH=x64 ./.circleci/redisstack/app-image.repack.sh
484
+ # ARCH=arm64 ./.circleci/redisstack/app-image.repack.sh
485
485
- run :
486
486
name : Build sources
487
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=" RedisInsight-preview-linux- $ARCH .AppImage"
5
+ SOURCE_APP=${SOURCE_APP :- " RedisInsight-preview-linux.AppImage" }
6
6
TAR_NAME=" RedisInsight-preview-app-linux.$ARCH .tar.gz"
7
7
TMP_FOLDER=" /tmp/RedisInsight-app-$ARCH "
8
8
Original file line number Diff line number Diff line change 55
55
"target" : [
56
56
{
57
57
"target" : " zip" ,
58
- "arch" : [" x64" , " arm64 " ]
58
+ "arch" : [" x64" ]
59
59
},
60
60
{
61
61
"target" : " deb" ,
62
- "arch" : [" x64" , " arm64 " ]
62
+ "arch" : [" x64" ]
63
63
},
64
64
{
65
65
"target" : " AppImage" ,
66
- "arch" : [" x64" , " arm64 " ]
66
+ "arch" : [" x64" ]
67
67
}
68
68
],
69
69
"synopsis" : " Redis GUI by Redis Ltd." ,
70
70
"category" : " Development" ,
71
- "artifactName" : " ${productName}-${os}-${arch} .${ext}" ,
71
+ "artifactName" : " ${productName}-${os}.${ext}" ,
72
72
"desktop" : {
73
73
"Name" : " RedisInsight" ,
74
74
"Type" : " Application" ,
You can’t perform that action at this time.
0 commit comments