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

Commit

Permalink
Now builds also for linux/arm/v7. (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
gounthar and dduportal committed Jul 14, 2022
1 parent 731f8c6 commit 708e03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ group "linux-ppc64le" {

# update this to use a newer build number of the jenkins/agent image
variable "AGENT_IMAGE_BUILD_NUMBER" {
default = "2"
default = "1"
}

variable "REGISTRY" {
Expand All @@ -38,7 +38,7 @@ variable "JENKINS_REPO" {
}

variable "REMOTING_VERSION" {
default = "4.13"
default = "4.13.2"
}

# Used in the tag pushed to the jenkins/inbound-agent image, no need to update this the pipeline will change it
Expand Down Expand Up @@ -122,7 +122,7 @@ target "debian_jdk11" {
"${REGISTRY}/${JENKINS_REPO}:latest",
"${REGISTRY}/${JENKINS_REPO}:latest-jdk11",
]
platforms = ["linux/amd64", "linux/arm64", "linux/s390x"]
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/s390x"]
}

target "debian_jdk17" {
Expand All @@ -136,5 +136,5 @@ target "debian_jdk17" {
"${REGISTRY}/${JENKINS_REPO}:jdk17-preview",
"${REGISTRY}/${JENKINS_REPO}:latest-jdk17-preview",
]
platforms = ["linux/amd64", "linux/arm64"]
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7"]
}

0 comments on commit 708e03d

Please sign in to comment.