Skip to content

Commit

Permalink
Merge pull request #9843 from CrystalMethod/feat/kdash-rs/kdash
Browse files Browse the repository at this point in the history
feat: add kdash-rs/kdash
  • Loading branch information
suzuki-shunsuke committed Feb 13, 2023
2 parents 28ec866 + 7d9066f commit ddbf24f
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/kdash-rs/kdash/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: kdash-rs/kdash@v0.3.6
- name: kdash-rs/kdash
version: v0.3.0
- name: kdash-rs/kdash
version: v0.0.3
57 changes: 57 additions & 0 deletions pkgs/kdash-rs/kdash/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
packages:
- type: github_release
repo_owner: kdash-rs
repo_name: kdash
description: A simple and fast dashboard for Kubernetes
asset: kdash-{{.OS}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
checksum:
type: github_release
asset: kdash-{{.OS}}.sha256
algorithm: sha256
file_format: raw
- goos: linux
goarch: arm64
asset: kdash-aarch64-musl.tar.gz
checksum:
type: github_release
asset: kdash-aarch64-musl.sha256
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
rosetta2: true
checksum:
type: github_release
asset: kdash-{{.OS}}.sha256
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.3.3")
replacements:
darwin: macos
linux: linux-musl
supported_envs:
- darwin
- linux
- amd64
version_overrides:
- version_constraint: semver(">= 0.0.4")
supported_envs:
- darwin
- amd64
replacements:
darwin: macos
linux: linux-musl
- version_constraint: semver("< 0.0.4")
supported_envs:
- darwin
- amd64
replacements:
darwin: macos
- version_constraint: "true"
56 changes: 56 additions & 0 deletions registry.yaml

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

0 comments on commit ddbf24f

Please sign in to comment.