Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azagniotov authored Jan 20, 2024
1 parent 244f041 commit 018258d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,21 @@ jobs:

docker_build_latest_jre8:
parameters:
dockerfile:
type: string
default: "Dockerfile.arm64"
image_tag_buildcache_arm64:
type: string
default: "azagniotov/stubby4j:buildcache-arm64-jre8"
image_tag_buildcache_amd64:
type: string
default: "azagniotov/stubby4j:buildcache-amd64-jre8"
image_tag:
type: string
default: "azagniotov/stubby4j:latest-jre8"
git_revision:
type: string
default: "master"
jdk_version:
type: string
default: "8"
Expand All @@ -617,6 +632,21 @@ jobs:

docker_build_latest_jre11:
parameters:
dockerfile:
type: string
default: "Dockerfile.arm64"
image_tag_buildcache_arm64:
type: string
default: "azagniotov/stubby4j:buildcache-arm64-jre11"
image_tag_buildcache_amd64:
type: string
default: "azagniotov/stubby4j:buildcache-amd64-jre11"
image_tag:
type: string
default: "azagniotov/stubby4j:latest-jre11"
git_revision:
type: string
default: "master"
jdk_version:
type: string
default: "11"
Expand Down

0 comments on commit 018258d

Please sign in to comment.