diff --git a/Makefile b/Makefile index cbf03e783..75669b4e3 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ endif WHALE = "🇩" ONI = "👹" -RELEASE=containerd-$(VERSION:v%=%).${GOOS}-${GOARCH} +RELEASE=containerd-$(VERSION:v%=%)-${GOOS}-${GOARCH} CRIRELEASE=cri-containerd-$(VERSION:v%=%)-${GOOS}-${GOARCH} CRICNIRELEASE=cri-containerd-cni-$(VERSION:v%=%)-${GOOS}-${GOARCH}