Skip to content

Commit b7e9952

Browse files
committed
feat: add release for linux arm64 jazzer binary
1 parent 7173f07 commit b7e9952

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/prerelease.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
matrix:
1414
include:
1515
- os: ubuntu-22.04
16-
name: linux
16+
name: linux-x86-64
17+
- os: ubuntu-22.04-arm
18+
name: linux-arm64
1719
- os: macos-14
1820
name: macos
1921
- os: windows-2022
@@ -161,6 +163,7 @@ jobs:
161163
generate_release_notes: true
162164
draft: true
163165
files: |
164-
_releases/jazzer-linux.tar.gz
166+
_releases/jazzer-linux-x86-64.tar.gz
167+
_releases/jazzer-linux-arm64.tar.gz
165168
_releases/jazzer-macos.tar.gz
166169
_releases/jazzer-windows.tar.gz

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Jazzer is a coverage-guided, in-process fuzzer for the JVM platform developed by
2626
It is based on [libFuzzer](https://llvm.org/docs/LibFuzzer.html) and brings many of its instrumentation-powered mutation features to the JVM.
2727

2828
Jazzer currently supports the following platforms:
29-
* Linux x86_64
29+
* Linux x86_64 & arm64 (aarch64)
3030
* macOS 12+ x86_64 & arm64
3131
* Windows x86_64
3232

0 commit comments

Comments
 (0)