Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Use mesos image to build binaries
Browse files Browse the repository at this point in the history
Use newer base kernel as recommended in
golang/go#40893
  • Loading branch information
janisz authored Aug 20, 2020
1 parent 4b2de17 commit 121971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/integration-tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pipeline {
}

stage("Build binaries") {
agent { label 'mesos-ubuntu' }
agent { label 'mesos' }

steps {
sh 'make linux darwin windows'
Expand Down

0 comments on commit 121971b

Please sign in to comment.