undo that shiz
Gitea/homepage/pipeline/head This commit looks good

This commit is contained in:
Georgios Jason Efstathiou
2024-12-23 12:49:18 +01:00
parent dfcb1ebe99
commit 1c695ca0ab
Vendored
+1 -1
View File
@@ -10,7 +10,7 @@ pipeline {
stage('Docker Build') { stage('Docker Build') {
steps { steps {
script { script {
dockerImage = docker.build("$IMAGE_NAME", "--platform linux/amd64,linux/arm64 .") dockerImage = docker.build("$IMAGE_NAME")
} }
} }
} }