Merge pull request #6250 from cpuguy83/fix_release_tar_name

release: change tar name to match prior releases
This commit is contained in:
Phil Estes
2021-11-15 16:15:34 -05:00
committed by GitHub

View File

@@ -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}