Skip to content

Commit

Permalink
fix(budimanjojo/talhelper): add windows support (#30399)
Browse files Browse the repository at this point in the history
* fix(budimanjojo/talhelper): add windows support

* feat(budimanjojo/talhelper): scaffold budimanjojo/talhelper

---------

Co-authored-by: Shunsuke Suzuki <[email protected]>
  • Loading branch information
ChipWolf and suzuki-shunsuke authored Dec 28, 2024
1 parent ca9ba3e commit 6c5bf90
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 18 deletions.
2 changes: 2 additions & 0 deletions pkgs/budimanjojo/talhelper/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: budimanjojo/[email protected]
- name: budimanjojo/talhelper
version: v1.6.4
30 changes: 21 additions & 9 deletions pkgs/budimanjojo/talhelper/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,24 @@ packages:
- type: github_release
repo_owner: budimanjojo
repo_name: talhelper
description: A helper tool to help creating Talos in GitOps repository
asset: talhelper_{{.OS}}_{{.Arch}}.tar.gz
supported_envs:
- darwin
- linux
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
description: A tool to help creating Talos kubernetes cluster
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.6.4")
asset: talhelper_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
- version_constraint: "true"
asset: talhelper_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
30 changes: 21 additions & 9 deletions registry.yaml

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

0 comments on commit 6c5bf90

Please sign in to comment.