Skip to content

Commit

Permalink
Merge pull request #3406 from aquaproj/feat/add-s3gof3r
Browse files Browse the repository at this point in the history
feat: add rlmcpherson/s3gof3r
  • Loading branch information
suzuki-shunsuke committed May 9, 2022
2 parents bd8d63e + 0286236 commit cd0630f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/rlmcpherson/s3gof3r/pkg.yaml
@@ -0,0 +1,2 @@
packages:
- name: rlmcpherson/s3gof3r@v0.5.0
14 changes: 14 additions & 0 deletions pkgs/rlmcpherson/s3gof3r/registry.yaml
@@ -0,0 +1,14 @@
packages:
- type: github_release
repo_owner: rlmcpherson
repo_name: s3gof3r
description: Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI
asset: "gof3r_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}"
supported_if: GOARCH == "amd64"
format: tar.gz
format_overrides:
- goos: darwin
format: zip
files:
- name: gof3r
src: "gof3r_{{trimV .Version}}_{{.OS}}_{{.Arch}}/gof3r"
2 changes: 1 addition & 1 deletion registry.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions registry.yaml
Expand Up @@ -3828,6 +3828,19 @@ packages:
format_overrides:
- goos: windows
format: zip
- type: github_release
repo_owner: rlmcpherson
repo_name: s3gof3r
description: Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI
asset: "gof3r_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}"
supported_if: GOARCH == "amd64"
format: tar.gz
format_overrides:
- goos: darwin
format: zip
files:
- name: gof3r
src: "gof3r_{{trimV .Version}}_{{.OS}}_{{.Arch}}/gof3r"
- type: github_release
repo_owner: roboll
repo_name: helmfile
Expand Down

0 comments on commit cd0630f

Please sign in to comment.