File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function build_release() {
4343 GOOS=linux GOARCH=s390x go build -mod=vendor -ldflags " ${ld_flags} " -o ./${PLUGIN} -linux-s390x ./cmd/...
4444 echo " 🚧 P Building for Linux (ppc64le)"
4545 GOOS=linux GOARCH=ppc64le go build -mod=vendor -ldflags " ${ld_flags} " -o ./${PLUGIN} -linux-ppc64le ./cmd/...
46- ARTIFACTS_TO_PUBLISH=" ${PLUGIN} -darwin-amd64 ${PLUGIN} -darwin-arm64 ${PLUGIN} - linux-amd64 ${PLUGIN} -linux-arm64 ${PLUGIN} -windows-amd64.exe ${PLUGIN} -linux-s390x ${PLUGIN} -linux-ppc64le"
46+ ARTIFACTS_TO_PUBLISH=" ${PLUGIN} -darwin-amd64 ${PLUGIN} -linux-amd64 ${PLUGIN} -linux-arm64 ${PLUGIN} -windows-amd64.exe ${PLUGIN} -linux-s390x ${PLUGIN} -linux-ppc64le"
4747 sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
4848 ARTIFACTS_TO_PUBLISH=" ${ARTIFACTS_TO_PUBLISH} checksums.txt"
4949 echo " 🧮 Checksum:"
You can’t perform that action at this time.
0 commit comments