Skip to content

Commit ccb56c7

Browse files
hisenercushon
authored andcommitted
Publish Linux arm64 GraalVM native-image binary
1 parent eb0b768 commit ccb56c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ jobs:
8989
# Use "oldest" available ubuntu-* instead of -latest,
9090
# see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories;
9191
# due to https://github.com/google/google-java-format/issues/1072.
92-
os: [ubuntu-20.04, macos-latest, windows-latest]
92+
os: [ubuntu-20.04, ubuntu-22.04-arm, macos-latest, windows-latest]
9393
env:
9494
# NB: Must keep the keys in this inline JSON below in line with the os: above!
95-
SUFFIX: ${{fromJson('{"ubuntu-20.04":"linux-x86-64", "macos-latest":"darwin-arm64", "windows-latest":"windows-x86-64"}')[matrix.os]}}
95+
SUFFIX: ${{fromJson('{"ubuntu-20.04":"linux-x86-64", "ubuntu-22.04-arm":"linux-arm64", "macos-latest":"darwin-arm64", "windows-latest":"windows-x86-64"}')[matrix.os]}}
9696
EXTENSION: ${{ matrix.os == 'windows-latest' && '.exe' || '' }}
9797
steps:
9898
- name: "Check out repository"

0 commit comments

Comments
 (0)