Skip to content

Commit

Permalink
feat(aws/aws-cli): support macOS (#14026)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Jul 24, 2023
1 parent dbec6b8 commit 67c9107
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions pkgs/aws/aws-cli/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ packages:
repo_owner: aws
repo_name: aws-cli
description: The AWS Command Line Interface (AWS CLI) is a unified tool that provides a consistent interface for interacting with all parts of Amazon Web Services
search_words:
- Linux Only
version_source: github_tag
url: https://awscli.amazonaws.com/awscli-exe-{{.OS}}-{{.Arch}}-{{.Version}}.zip
overrides:
- goos: darwin
url: https://awscli.amazonaws.com/AWSCLIV2-{{.Version}}.{{.Format}}
format: pkg
files:
- name: aws
src: aws-cli.pkg/Payload/aws-cli/aws
- name: aws_completer
src: aws-cli.pkg/Payload/aws-cli/aws_completer
files:
- name: aws
src: aws/dist/aws
Expand All @@ -17,3 +24,4 @@ packages:
arm64: aarch64
supported_envs:
- linux
- darwin
12 changes: 10 additions & 2 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67c9107

Please sign in to comment.