Skip to content

Commit

Permalink
Enable experimental mode when building alpine
Browse files Browse the repository at this point in the history
Our alpine examples need pack's experimental mode enabled
  • Loading branch information
AidanDelaney committed Oct 31, 2023
1 parent c04454c commit 23d0f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build-jammy: build-base-jammy build-builder-jammy build-buildpacks-jammy

build-base-alpine:
@echo "> Building 'alpine' base images..."
pack config experimental true
bash base-images/build.sh alpine

build-base-jammy:
Expand Down

0 comments on commit 23d0f2b

Please sign in to comment.