Skip to content

Commit

Permalink
build: experimental build change
Browse files Browse the repository at this point in the history
Signed-off-by: amanprashant <aman.prashant@broadcom.com>
  • Loading branch information
ap891843 authored and ishche committed Feb 12, 2025
1 parent 2b6292d commit 9fb67c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,18 +250,16 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
with:
java-version: ${{ env.graalvm-version }}
components: 'native-image'
distribution: 'graalvm-community'
native-image-musl: 'true'
github-token: ${{ secrets.GITHUB_TOKEN }}
## uncomment me if you need native image job reports
# native-image-job-reports: 'true'
cache: 'maven'
- uses: graalvm/setup-graalvm@v1
- uses: graalvm/setup-graalvm@v1.2.8
if: matrix.os != 'ubuntu-latest' || matrix.arch != 'x64'
with:
java-version: ${{ env.graalvm-version }}
components: 'native-image'
distribution: 'graalvm-community'
github-token: ${{ secrets.GITHUB_TOKEN }}
## uncomment me if you need native image job reports
Expand Down

0 comments on commit 9fb67c7

Please sign in to comment.