Skip to content

Commit

Permalink
Add debug level into alpine build (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgithubli authored Aug 14, 2024
1 parent 829d113 commit 20dd340
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions installers/linux/alpine/tar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ ext {
throw new GradleException("${arch} is not suported")
}
}

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 20dd340

Please sign in to comment.