Skip to content

Commit

Permalink
Merge pull request #478 from grails/retry-linux-native-image
Browse files Browse the repository at this point in the history
retry linux native image without musl, since that works in gradle.yml
  • Loading branch information
jamesfredley authored Dec 24, 2024
2 parents 9c41456 + 2f389aa commit e2a413c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
SECRING_FILE: ${{ secrets.SECRING_FILE }}
run: echo $SECRING_FILE | base64 -d > ${{ github.workspace }}/secring.gpg
- name: "📤 Publish to Sonatype OSSRH"
if: false
env:
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
Expand All @@ -81,6 +82,7 @@ jobs:
asset_name: grails-cli-${{ steps.release_version.outputs.value }}.zip
asset_content_type: application/zip
- name: "📤 Publish to Github Pages"
if: false
uses: micronaut-projects/github-pages-deploy-action@master
env:
BETA: ${{ contains(steps.release_version.outputs.value, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
Expand Down Expand Up @@ -125,7 +127,6 @@ jobs:
with:
java-version: '17'
distribution: 'graalvm-community'
native-image-musl: 'true'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "🐘 Setup Gradle"
Expand Down

0 comments on commit e2a413c

Please sign in to comment.