Skip to content

Commit

Permalink
remove darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Aug 10, 2024
1 parent 0a938ef commit 01d0d64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
- target: x86_64-apple-darwin
archive: zip
archive: tar.gz
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,10 @@ cargo install --git https://github.com/frectonz/mek-ut-er-ya
If you don't have Rust installed, you can use the pre-built binaries from the [releases](https://github.com/frectonz/mek-ut-er-ya/releases) page.
Download the binary for your platform.
- If you are on apple download the file that ends with `x86_64-apple-darwin.zip`
- If you are on windows download the file that ends with `x86_64-pc-windows-gnu.zip`
- If you are on linux download one of the files that end with the following:
- `x86_64-unknown-linux-musl.tar.gz`
- `x86_64-unknown-linux-musl.tar.xz`
- `x86_64-unknown-linux-musl.tar.zst`
For linux users there is no difference between the three files. You can use any of them. The difference is the compression algorithm used. So you can choose the one with the smallest size.
- If you are on linux download one of the files ends with `x86_64-unknown-linux-musl.tar.gz`
If you are own linux, you can use the following command to extract the binary from the archive:
If you are on linux, you can use the following command to extract the binary from the archive:
```sh
tar xvf <downloaded_file>
Expand Down

0 comments on commit 01d0d64

Please sign in to comment.