Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Aug 2, 2023
1 parent ce1a5e9 commit 7beebea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ def jenkinsStepDeb() {
// function handle both Alpine, RedHat and Suse as DISTRO
def jenkinsStepNonDeb(String DISTRO) {
echo "Installer Job for Temurin jdk ${VERSION} - ${ARCH} - ${DISTRO}"
if ("${ARCH}" == 'armv7l') {
ARCH = 'armv7hl'
}
setup("${DISTRO}", "${ARCH}")
unstash 'installercode'
buildAndTest("${DISTRO}", "${ARCH}")
Expand Down

0 comments on commit 7beebea

Please sign in to comment.