Skip to content

Commit

Permalink
fix: platform migration (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed Jul 31, 2023
1 parent 34d0eef commit 1768196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildpacks/go/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ go build -o $build_dir/bin/faas $build_dir/faas
app_layer="$layers_dir/app"
mkdir -p "$app_layer"
cat > "$app_layer.toml" << EOF
[types]
launch = true
build = false
cache = false
Expand Down

0 comments on commit 1768196

Please sign in to comment.