Skip to content

Commit 25c40aa

Browse files
committed
fix(catalog): add download_url_template for google-workspace-cli
The github_release_binary installer requires a download_url_template. Add the template matching the gws release asset naming convention. Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de> Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 0b51b7d commit 25c40aa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

catalog/google-workspace-cli.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
"description": "Google Workspace command-line interface",
66
"homepage": "https://github.com/googleworkspace/cli",
77
"github_repo": "googleworkspace/cli",
8-
"binary_name": "gws"
8+
"binary_name": "gws",
9+
"download_url_template": "https://github.com/googleworkspace/cli/releases/download/{version}/gws-{arch}-unknown-linux-gnu.tar.gz",
10+
"arch_map": {
11+
"x86_64": "x86_64",
12+
"aarch64": "aarch64"
13+
}
914
}

0 commit comments

Comments
 (0)