Skip to content

Commit

Permalink
wip chore
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Nov 15, 2021
1 parent 8333ac3 commit 23bba57
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ certs*
docker/mock
ca.pem
hadolint.json
*.tar
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ utils/easyvpn/easyvpn.exe
*.swp
.DS_Store
hadolint.json
*.tar
14 changes: 9 additions & 5 deletions Jenkinsfile_k8s
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ parallel(
) {
node(POD_LABEL) {
container('golang') {
sh '''
make build_osx
make build_linux
make build_windows
'''
checkout scm
dir('utils/easyvpn') {
sh '''
apk add --no-cache make
make build_osx
make build_linux
make build_windows
'''
}
}
}
}
Expand Down

0 comments on commit 23bba57

Please sign in to comment.