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