Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Improve distribution via GitHub Releases #98

Merged
merged 1 commit into from
Dec 3, 2020
Merged

ci: Improve distribution via GitHub Releases #98

merged 1 commit into from
Dec 3, 2020

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Dec 2, 2020

  • Distribute *.tar.gz file for Windows. The current Windows 10 has bsdtar by default, so this makes it easy to install cross-platform.

    host=$(rustc -Vv | grep host | sed 's/host: //')
    curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/download/cargo-hack-"$host".tar.gz | tar xzf - -C ~/.cargo/bin
  • Distribute x86_64-unknown-linux-musl binary.

* Distribute `*.tar.gz` file for Windows. The current Windows 10 has
  bsdtar by default, so this makes it easy to install cross-platform.
* Distribute x86_64-unknown-linux-musl binary.
@taiki-e
Copy link
Owner Author

taiki-e commented Dec 3, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 3, 2020

Build succeeded:

@bors bors bot merged commit 807f6ea into master Dec 3, 2020
@bors bors bot deleted the release branch December 3, 2020 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant