Skip to content

Commit

Permalink
chore: add tekton artifacts to release (#1557)
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Feb 16, 2023
1 parent b26a1c2 commit 4e8ef49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 4e8ef49

Please sign in to comment.