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

Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
  • Loading branch information
AidanDelaney committed Oct 31, 2023
1 parent c04454c commit b087fa4
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 @@ -28,6 +28,7 @@ build-linux-builders: build-builder-alpine build-builder-jammy

build-builder-alpine: build-linux-packages build-sample-root
@echo "> Building 'alpine' builder..."
${PACK_CMD} config experimental true
$(PACK_CMD) builder create cnbs/sample-builder:alpine --config $(SAMPLES_ROOT)/builders/alpine/builder.toml $(PULL_POLICY_NEVER)

build-builder-jammy: build-linux-packages build-sample-root
Expand Down

0 comments on commit b087fa4

Please sign in to comment.