Browse Source

script-change

pull/1/head
sparg 1 year ago
parent
commit
17be7a40a5
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save