Skip to content

Commit de4193e

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 b03ec26 commit de4193e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfile_k8s

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
buildDockerAndPublishImage('plugin-site-issues', [targetplatforms: 'linux/amd64,linux/arm64'])
1+
buildDockerAndPublishImage('plugin-site-issues', [
2+
publishToPrivateAzureRegistry: true,
3+
targetplatforms: 'linux/arm64',
4+
])

0 commit comments

Comments
 (0)