chore: add tekton artifacts to release (#1557)

Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Lance Ball 2023-02-16 06:34:51 -05:00 committed by GitHub
parent b26a1c29b3
commit 4e8ef492ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -21,11 +21,14 @@ VALIDATION_TESTS="make test"
source $(dirname $0)/../vendor/knative.dev/hack/release.sh
PIPELINE_ARTIFACTS="pipelines/resources/tekton/task/func-buildpacks/0.1/func-buildpacks.yaml pipelines/resources/tekton/task/func-deploy/0.1/func-deploy.yaml pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml"
function build_release() {
echo "🚧 🐧 Building cross platform binaries: Linux 🐧 (amd64 / arm64 / ppc64le / s390x), MacOS 🍏, and Windows 🎠"
ETAG=${TAG} make cross-platform
ARTIFACTS_TO_PUBLISH="func_darwin_amd64 func_darwin_arm64 func_linux_amd64 func_linux_arm64 func_linux_ppc64le func_linux_s390x func_windows_amd64.exe"
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} ${PIPELINE_ARTIFACTS}"
sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
echo "🧮 Checksum:"