Skip to content

Commit

Permalink
Merge pull request #9 from ninech/go-builder-base
Browse files Browse the repository at this point in the history
fix: use builder-base instead of static builder
  • Loading branch information
ctrox authored Aug 29, 2023
2 parents 792f344 + c5d4446 commit ab00a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
pack build ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DOCKER_IMAGE_TAG }} \
--path ./go \
--builder paketobuildpacks/builder-jammy-buildpackless-static \
--builder paketobuildpacks/builder:base \
--buildpack paketo-buildpacks/go \
--env "CGO_ENABLED=0" \
--env "BP_GO_BUILD_FLAGS=-buildmode=default" \
Expand Down

0 comments on commit ab00a95

Please sign in to comment.