Skip to content

Commit

Permalink
Add loongarch64 support
Browse files Browse the repository at this point in the history
Signed-off-by: yzewei <[email protected]>
  • Loading branch information
yzewei authored and poiana committed Apr 22, 2024
1 parent f45bea5 commit c9b2052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![CI Build](https://github.com/falcosecurity/syscalls-bumper/actions/workflows/ci.yml/badge.svg)](https://github.com/falcosecurity/syscalls-bumper/actions/workflows/ci.yml)
[![Latest](https://img.shields.io/github/v/release/falcosecurity/syscalls-bumper?style=flat)](https://github.com/falcosecurity/syscalls-bumper/releases/latest)
![Architectures](https://img.shields.io/badge/ARCHS-x86__64|aarch64|s390x|ppc64le|riscv64-blueviolet?style=flat)
![Architectures](https://img.shields.io/badge/ARCHS-x86__64|aarch64|s390x|ppc64le|riscv64|loong64-blueviolet?style=flat)

Utility to bump supported syscalls in falcosecurity/libs

Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ var supportedArchs = map[string]string{
"s390x": "s390x",
"riscv64": "riscv64",
"powerpc64": "ppc64le",
"loongarch64": "loongarch64",
}

func main() {
Expand Down

0 comments on commit c9b2052

Please sign in to comment.