Skip to content

Commit

Permalink
add linux arm64 bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mvrpl committed Jun 10, 2024
1 parent 0913118 commit 68045c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
bin: ccp-linux-amd64
- os_name: Linux-aarch64
os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
bin: ccp-linux-arm64
- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 68045c1

Please sign in to comment.