From 4fa09dfd93ea8cad858967c61631c85875debe10 Mon Sep 17 00:00:00 2001 From: Andrew Davis <1709934+Savid@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:25:14 +1000 Subject: [PATCH] feat(besu): bump java version (#150) * fix(besu): build --- besu/build.sh | 6 +++--- platforms.yaml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/besu/build.sh b/besu/build.sh index 33525d6..41875a0 100755 --- a/besu/build.sh +++ b/besu/build.sh @@ -33,10 +33,10 @@ getImageTag() { # Use head file modification time as a proxy for the build date local lastModified=$(date -r "$refHeadFile" "+%y.%-m") # Format date as "yy.M" - echo "${lastModified}-develop-${commitHash}-openjdk-21" + echo "${lastModified}-develop-${commitHash}" } -docker tag "hyperledger/besu:$(getImageTag 10)" "${target_repository}:${target_tag}" +docker tag "hyperledger/besu:$(getImageTag 7)" "${target_repository}:${target_tag}" docker push "${target_repository}:${target_tag}" -docker tag "hyperledger/besu:$(getImageTag 10)" "${target_repository}:${target_tag}-${source_git_commit_hash}" +docker tag "hyperledger/besu:$(getImageTag 7)" "${target_repository}:${target_tag}-${source_git_commit_hash}" docker push "${target_repository}:${target_tag}-${source_git_commit_hash}" diff --git a/platforms.yaml b/platforms.yaml index aa2c4f7..294a68d 100644 --- a/platforms.yaml +++ b/platforms.yaml @@ -1,6 +1,5 @@ besu: - linux/amd64 - - linux/arm64 eleel: - linux/amd64 erigon: