diff --git a/Jenkinsfile b/Jenkinsfile index bf1976e..c519923 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('TuI') { steps { tool(name: 'gobabygo', type: 'go') - sh 'GOOS=linux GOARCH=arm64 go build -o wadrma-arm64 .' + sh 'GOOS=linux go build -o wadrma .' } }