Browse Source

Go-Toolset eingebunden

pull/1/head
sparg 1 year ago
parent
commit
304a8e900e
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -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 .'
}
}

Loading…
Cancel
Save