Skip to content

Commit

Permalink
fix(pen-lang/pen): follow up changes of pen v0.6.9 (#29294)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Nov 27, 2024
1 parent 568b4a5 commit b70e302
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pkgs/pen-lang/pen/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
packages:
- name: pen-lang/[email protected]
- name: pen-lang/[email protected]
- name: pen-lang/pen
version: v0.6.8
- name: pen-lang/pen
version: v0.6.7
- name: pen-lang/pen
Expand Down
21 changes: 20 additions & 1 deletion pkgs/pen-lang/pen/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ packages:
supported_envs:
- linux/amd64
- darwin/arm64
- version_constraint: "true"
- version_constraint: Version == "v0.6.8"
asset: pen-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.xz
files:
Expand All @@ -150,3 +150,22 @@ packages:
supported_envs:
- linux/amd64
- darwin
- version_constraint: "true"
asset: pen-{{trimV .Version}}-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.xz
files:
- name: pen
src: target/release/pen
overrides:
- goos: linux
replacements:
amd64: x86_64
- goos: darwin
replacements:
arm64: aarch64
replacements:
darwin: apple-darwin
linux: unknown-linux-gnu
supported_envs:
- linux/amd64
- darwin/arm64
21 changes: 20 additions & 1 deletion registry.yaml

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

0 comments on commit b70e302

Please sign in to comment.