Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Experimental buildpacks for Boson functions.
A Go buildpack providing scaffolding for Knative functions.
17 changes: 0 additions & 17 deletions buildpacks/typescript/bin/build

This file was deleted.

29 changes: 0 additions & 29 deletions buildpacks/typescript/bin/detect

This file was deleted.

9 changes: 0 additions & 9 deletions buildpacks/typescript/buildpack.toml

This file was deleted.

2 changes: 1 addition & 1 deletion hack/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERSION="${2-tip}"
REPOSITORY="ghcr.io/boson-project"
PACK_CMD=${PACK_CMD:-pack}

BUILDPACKS=(go typescript)
BUILDPACKS=(go)

buildpack_to_img() { echo "${REPOSITORY}/${1}-function-buildpack:${2}"; }

Expand Down