Calculate checksum in release job
parent
856b1adcec
commit
a3f3d8f9fe
|
@ -37,6 +37,8 @@ cat Makefile | grep "VERSION_BUILD ?=" | grep $VERSION_BUILD
|
|||
|
||||
# Build and upload
|
||||
BUILD_IN_DOCKER=y make -j 16 all out/minikube-installer.exe out/minikube_${DEB_VERSION}.deb
|
||||
make checksum
|
||||
|
||||
gsutil -m cp out/* gs://$BUCKET/releases/$TAGNAME/
|
||||
|
||||
# Bump latest
|
||||
|
|
Loading…
Reference in New Issue