@@ -459,7 +459,7 @@ tasks:
459
459
- " *.rpm"
460
460
- command : archive.targz_pack
461
461
params :
462
- target : src/github.com/mongodb/mongodb-atlas-cli/dist/mongocli-rpm-arm64 .tgz
462
+ target : src/github.com/mongodb/mongodb-atlas-cli/dist/mongocli-rpm-aarch64 .tgz
463
463
source_dir : src/github.com/mongodb/mongodb-atlas-cli/dist/yum/arm64
464
464
include :
465
465
- " *.rpm"
@@ -519,14 +519,26 @@ tasks:
519
519
tool_name : atlascli
520
520
- command : archive.targz_pack
521
521
params :
522
- target : src/github.com/mongodb/mongodb-atlas-cli/dist/atlascli-deb.tgz
523
- source_dir : src/github.com/mongodb/mongodb-atlas-cli/dist/apt
522
+ target : src/github.com/mongodb/mongodb-atlas-cli/dist/atlascli-deb-x86_64.tgz
523
+ source_dir : src/github.com/mongodb/mongodb-atlas-cli/dist/apt/x86_64
524
+ include :
525
+ - " *.deb"
526
+ - command : archive.targz_pack
527
+ params :
528
+ target : src/github.com/mongodb/mongodb-atlas-cli/dist/atlascli-deb-arm64.tgz
529
+ source_dir : src/github.com/mongodb/mongodb-atlas-cli/dist/apt/arm64
524
530
include :
525
531
- " *.deb"
526
532
- command : archive.targz_pack
527
533
params :
528
- target : src/github.com/mongodb/mongodb-atlas-cli/dist/atlascli-rpm.tgz
529
- source_dir : src/github.com/mongodb/mongodb-atlas-cli/dist/yum
534
+ target : src/github.com/mongodb/mongodb-atlas-cli/dist/atlascli-rpm-x86_64.tgz
535
+ source_dir : src/github.com/mongodb/mongodb-atlas-cli/dist/yum/x86_64
536
+ include :
537
+ - " *.rpm"
538
+ - command : archive.targz_pack
539
+ params :
540
+ target : src/github.com/mongodb/mongodb-atlas-cli/dist/atlascli-rpm-aarch64.tgz
541
+ source_dir : src/github.com/mongodb/mongodb-atlas-cli/dist/yum/arm64
530
542
include :
531
543
- " *.rpm"
532
544
- func : " generate download archive json"
0 commit comments