Skip to content

Commit

Permalink
Add musl libc version on aarch64 architecture (#63)
Browse files Browse the repository at this point in the history
* Add musl libc version on aarch64 architecture

Signed-off-by: Taiki Ono <[email protected]>

* v0.1.10

Signed-off-by: Taiki Ono <[email protected]>

---------

Signed-off-by: Taiki Ono <[email protected]>
  • Loading branch information
taiki45 authored Apr 4, 2024
1 parent f55a0de commit 014d95c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
# To sort the matrix, use inline syntax.
- { target: aarch64-apple-darwin, os: macos-latest }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-latest, cross: true }
- { target: aarch64-unknown-linux-musl, os: ubuntu-latest, cross: true }
- { target: x86_64-apple-darwin, os: macos-latest }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: x86_64-unknown-linux-musl, os: ubuntu-latest }
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gls"
description = "Support gitleaks config development and extend some gitleaks features."
version = "0.1.9"
version = "0.1.10"
edition = "2021"
rust-version = "1.70.0"
readme = "README.md"
Expand Down

0 comments on commit 014d95c

Please sign in to comment.