We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arm64
1 parent a4c48ae commit dc4348dCopy full SHA for dc4348d
Jenkinsfile_k8s
@@ -1,4 +1,5 @@
1
buildDockerAndPublishImage('jenkins-weeklyci', [
2
- targetplatforms: 'linux/amd64,linux/arm64',
+ publishToPrivateAzureRegistry: true,
3
+ targetplatforms: 'linux/arm64',
4
nextVersionCommand: 'echo "$(jx-release-version -next-version=semantic:strip-prerelease)-$(grep "FROM jenkins" Dockerfile | cut -d: -f2 | cut -d- -f1)"',
5
])
0 commit comments