Skip to content

Commit 4b99a36

Browse files
author
Gustavo Bazan
authored
CLOUDP-140307: Fix apt/yum stable release for atlascli (#1482)
1 parent 87165fa commit 4b99a36

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

build/ci/release.yml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ tasks:
459459
- "*.rpm"
460460
- command: archive.targz_pack
461461
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
463463
source_dir: src/github.com/mongodb/mongodb-atlas-cli/dist/yum/arm64
464464
include:
465465
- "*.rpm"
@@ -519,14 +519,26 @@ tasks:
519519
tool_name: atlascli
520520
- command: archive.targz_pack
521521
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
524530
include:
525531
- "*.deb"
526532
- command: archive.targz_pack
527533
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
530542
include:
531543
- "*.rpm"
532544
- func: "generate download archive json"

0 commit comments

Comments
 (0)