pipeline { agent any tools { go 'gobabygo' } stages { stage('TuI') { steps { sh 'GOOS=linux GOARCH=arm64 go build -o wadrma .' } } } }