Skip to content

Commit dc4348d

Browse files
authored
chore(Jenkinsfile) switch to private registry and only build for arm64
- Use private registry: jenkins-infra/helpdesk#4769 - No need to build for `amd64` nowadays (less data to pull/push and less agents to use)
1 parent a4c48ae commit dc4348d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile_k8s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
buildDockerAndPublishImage('jenkins-weeklyci', [
2-
targetplatforms: 'linux/amd64,linux/arm64',
2+
publishToPrivateAzureRegistry: true,
3+
targetplatforms: 'linux/arm64',
34
nextVersionCommand: 'echo "$(jx-release-version -next-version=semantic:strip-prerelease)-$(grep "FROM jenkins" Dockerfile | cut -d: -f2 | cut -d- -f1)"',
45
])

0 commit comments

Comments
 (0)