Skip to content

Commit

Permalink
Fix implicit buildpack output directory in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Jun 22, 2023
1 parent 6c6b16b commit 1025f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
working-directory: ./examples/basics
- name: Pack build using examples/basics
# Uses a non-libc image to validate the static musl cross-compilation.
run: pack build example-basics --builder cnbs/sample-builder:alpine --buildpack target/buildpack/debug/libcnb-examples_basics --path examples/
run: pack build example-basics --builder cnbs/sample-builder:alpine --buildpack target/buildpack/x86_64-unknown-linux-musl/debug/libcnb-examples_basics --path examples/

0 comments on commit 1025f4d

Please sign in to comment.