Skip to content

Commit

Permalink
Added git-cliff.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 1, 2024
1 parent 091ecc3 commit c57ca8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/git-cliff/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ set -euo pipefail
download-asset get \
--owner-repo "orhun/git-cliff" \
--pattern "git-cliff-{{.Ver}}-x86_64-unknown-linux-gnu.{{.Ext}}" \
--archive-path "git-cliff" \
--archive-path "git-cliff-{{.Ver}}/git-cliff" \
--write-to-bin "git-cliff_amd64" \
;

# linux/arm64 (ARM64) glibc
download-asset get \
--owner-repo "orhun/git-cliff" \
--pattern "git-cliff-{{.Ver}}-aarch64-unknown-linux-gnu.{{.Ext}}" \
--archive-path "git-cliff" \
--archive-path "git-cliff-{{.Ver}}/git-cliff" \
--write-to-bin "git-cliff_arm64" \
;

# linux/amd64 (Intel64) musl
download-asset get \
--owner-repo "orhun/git-cliff" \
--pattern "git-cliff-{{.Ver}}-x86_64-unknown-linux-musl.{{.Ext}}" \
--archive-path "git-cliff" \
--archive-path "git-cliff-{{.Ver}}/git-cliff" \
--write-to-bin "git-cliff_musl_amd64" \
;

# linux/arm64 (ARM64) musl
download-asset get \
--owner-repo "orhun/git-cliff" \
--pattern "git-cliff-{{.Ver}}-aarch64-unknown-linux-musl.{{.Ext}}" \
--archive-path "git-cliff" \
--archive-path "git-cliff-{{.Ver}}/git-cliff" \
--write-to-bin "git-cliff_musl_arm64" \
;

0 comments on commit c57ca8a

Please sign in to comment.