Skip to content

Commit

Permalink
juicefs support
Browse files Browse the repository at this point in the history
Fixes #72
  • Loading branch information
leucos committed Feb 6, 2021
1 parent dcb6d68 commit caeccd1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ Currently supported distributions are:
- [httpx](https://github.com/projectdiscovery/httpx)
- [hugo](https://gohugo.io/)
- [imgpkg](https://github.com/vmware-tanzu/carvel-imgpkg)
- [juicefs](https://github.com/juicedata/juicefs)
- [k6](https://github.com/loadimpact/k6)
- [k9s](https://k9scli.io/)
- [kapp](https://get-kapp.io/)
Expand Down
12 changes: 12 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,18 @@ sources:
install:
type: direct

juicefs:
description: JuiceFS is a distributed POSIX file system built on top of Redis and S3.
list:
type: github-releases
url: https://api.github.com/repos/juicedata/juicefs/releases
fetch:
url: https://github.com/juicedata/juicefs/releases/download/v{{ .Version }}/juicefs-{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- juicefs

k6:
description: A modern load testing tool, using Go and JavaScript - https://k6.io
map:
Expand Down

0 comments on commit caeccd1

Please sign in to comment.