Skip to content

Commit

Permalink
fix(ipld/go-car): fix the command name on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Aug 10, 2023
1 parent 2c16895 commit 91f2f1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
17 changes: 8 additions & 9 deletions pkgs/ipld/go-car/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ packages:
repo_owner: ipld
repo_name: go-car
description: A content addressible archive utility
asset: go-car_{{trimV .Version}}_{{.OS}}_all.{{.Format}}
asset: go-car_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: zip
files:
- name: car
overrides:
- goos: linux
format: tar.gz
asset: go-car_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
files:
- name: car
- goos: windows
asset: go-car_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
- goos: darwin
asset: go-car_{{trimV .Version}}_{{.OS}}_all.{{.Format}}
files:
- name: car
rosetta2: true
src: go-car
- goos: linux
format: tar.gz
checksum:
type: github_release
asset: go-car_{{trimV .Version}}_checksums.txt
Expand Down
17 changes: 8 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 91f2f1d

Please sign in to comment.