summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-03 12:12:35 +0200
committerGitHub <noreply@github.com>2021-04-03 12:12:35 +0200
commit4456050d44f91ea4418fde59414477101df1fa56 (patch)
tree2d8249016877950ffc7ef2e42ea6d3e1dc4d0da0 /Jenkinsfile
parente4a953f8e879e360d928448759308f78b96aea05 (diff)
downloadvyos-build-4456050d44f91ea4418fde59414477101df1fa56.tar.gz
vyos-build-4456050d44f91ea4418fde59414477101df1fa56.zip
Jenkins: no longer build arm64 version, development is done on current branch
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile33
1 files changed, 16 insertions, 17 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 967bf424..917e8c13 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -70,23 +70,22 @@ node('Docker') {
// }
// }
// },
- 'arm64': {
- script {
- dir('docker') {
- sh """
- docker build -t ${env.DOCKER_IMAGE_ARM64} --build-arg ARCH=arm64v8/ .
-
- """
-
- if ( ! isCustomBuild()) {
- withDockerRegistry([credentialsId: "DockerHub"]) {
- sh "docker push ${env.DOCKER_IMAGE_ARM64}"
-
- }
- }
- }
- }
- }
+// 'arm64': {
+// script {
+// dir('docker') {
+// sh """
+// docker build -t ${env.DOCKER_IMAGE_ARM64} --build-arg ARCH=arm64v8/ .
+//
+// """
+//
+// if ( ! isCustomBuild()) {
+// withDockerRegistry([credentialsId: "DockerHub"]) {
+// sh "docker push ${env.DOCKER_IMAGE_ARM64}"
+// }
+// }
+// }
+// }
+// }
)
}
stage('Build timestamp') {