fix the source package
parent
00ff292d97
commit
a62e188f99
|
@ -129,7 +129,8 @@ function revert_version {
|
|||
}
|
||||
|
||||
setup_version
|
||||
packae_source
|
||||
UPDATE=on ./build.sh && package_files amd64 && build_packages amd64
|
||||
# we need to build to make sure all the dependencies are downloaded
|
||||
packae_source
|
||||
[ $on_linux == yes ] && CGO_ENABLED=1 GOARCH=386 UPDATE=on ./build.sh && package_files 386 && build_packages 386
|
||||
revert_version
|
||||
|
|
Loading…
Reference in New Issue