Skip to content

Commit 2651d64

Browse files
authored
Merge pull request #120 from jenkins-infra/dduportal-patch-1
chore(Jenkinsfile) switch to private registry and only build for `arm64`
2 parents 60ee222 + ba93365 commit 2651d64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ pipeline {
6969

7070
stage('Release') {
7171
steps {
72-
buildDockerAndPublishImage('incrementals-publisher', [targetplatforms: 'linux/amd64,linux/arm64', disablePublication: !infra.isInfra()])
72+
buildDockerAndPublishImage('incrementals-publisher', [
73+
publishToPrivateAzureRegistry: true,
74+
targetplatforms: 'linux/arm64',
75+
disablePublication: !infra.isInfra(),
76+
])
7377
}
7478
}
7579
}

0 commit comments

Comments
 (0)