Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Add debug level into alpine build
Browse files Browse the repository at this point in the history
  • Loading branch information
genuss authored and rgithubli committed Aug 22, 2024
1 parent 87b5469 commit 6c25f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers/linux/alpine/tar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ ext {
}
}

def jdkResultingImage = "$buildRoot/build/linux-${arch}-server-release/images/jdk"
def testResultingImage = "$buildRoot/build/linux-${arch}-server-release/images/test"
def jdkResultingImage = "$buildRoot/build/linux-${arch}-server-${correttoDebugLevel}/images/jdk"
def testResultingImage = "$buildRoot/build/linux-${arch}-server-${correttoDebugLevel}/images/test"

// deps
def depsMap = [:]
Expand Down

0 comments on commit 6c25f98

Please sign in to comment.