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 @@ -45,7 +45,7 @@ function build_release() {
4545 GOOS=linux GOARCH=s390x go build -mod=vendor -ldflags " ${ld_flags} " -o ./${PLUGIN} -linux-s390x ./cmd/...
4646 echo " 🚧 P Building for Linux (ppc64le)"
4747 GOOS=linux GOARCH=ppc64le go build -mod=vendor -ldflags " ${ld_flags} " -o ./${PLUGIN} -linux-ppc64le ./cmd/...
48- ARTIFACTS_TO_PUBLISH=" ${PLUGIN} -darwin-amd64 ${PLUGIN} -linux-amd64 ${PLUGIN} -linux-arm64 ${PLUGIN} -windows-amd64.exe ${PLUGIN} -linux-s390x ${PLUGIN} -linux-ppc64le"
48+ 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"
4949 sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
5050 ARTIFACTS_TO_PUBLISH=" ${ARTIFACTS_TO_PUBLISH} checksums.txt"
5151 echo " 🧮 Checksum:"
You can’t perform that action at this time.
0 commit comments