Skip to content

Commit

Permalink
WIP: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sostrovskyi committed Aug 11, 2022
1 parent 911849f commit e3e4d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pipeline {
steps {
script {
dir ('git-remote-gosh') {
sh "make bench FULL_IMAGE_NAME=teamgosh/git:${VERSION} DOCKER_BUILDX_ARGS='--output local,dest=./' PLATFORM=linux/amd64,linux/arm64"
sh "make bench FULL_IMAGE_NAME=teamgosh/git:${VERSION} DOCKER_BUILDX_ARGS='--output type=local,dest=./' PLATFORM=linux/amd64,linux/arm64"
sh "cp linux_amd64/usr/local/bin/git-remote-gosh ./git-remote-gosh-amd64"
sh "cp linux_arm64/usr/local/bin/git-remote-gosh ./git-remote-gosh-arm64"
}
Expand Down

0 comments on commit e3e4d2b

Please sign in to comment.