Skip to content

Commit

Permalink
Update build_release.yaml to use aarch64 instead of arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaccha committed Apr 18, 2024
1 parent 35f9076 commit 147eb70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
tag: x86_64-musl
target: x86_64-unknown-linux-musl
- os: ubuntu-latest
name: arm64
name: aarch64
tag: aarch64-musl
target: aarch64-unknown-linux-musl
steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
matrix:
include:
- name: x86_64
- name: arm64
- name: aarch64
steps:
- name: "Download tataki binary"
uses: actions/download-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ path/to/unknown/file.txt:
A single binary is available for Linux x86_64.

```shell
curl -fsSL -O https://github.com/sapporo-wes/tataki/releases/latest/download/tataki
curl -fsSL -o ./tataki https://github.com/sapporo-wes/tataki/releases/latest/download/tataki-$(uname -m)
chmod +x ./tataki
./tataki -V
./tataki --help
```

### Basic Usage
Expand Down

0 comments on commit 147eb70

Please sign in to comment.