Rename the generated binary before compressing
This commit is contained in:
parent
15ec67b086
commit
11fa561c3e
@ -26,6 +26,12 @@ wrap git submodule update --init --recursive \
|
||||
# Build our binary
|
||||
wrap make \
|
||||
"Failed to build the Vagrant go binary"
|
||||
|
||||
# Rename our binary
|
||||
wrap mv vagrant vagrant-go \
|
||||
"Failed to rename vagrant binary"
|
||||
|
||||
# Zip the binary
|
||||
wrap zip vagrant-go vagrant-go \
|
||||
"Failed to compress go binary"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user