Skip to content

Commit 6873f86

Browse files
committed
testing layers
1 parent b81c469 commit 6873f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ buildah-build: check-builder load-version-json ## Build and push image (multi-ar
9494
echo "🔧 Buildah detected: Performing multi-arch build..."; \
9595
for arch in amd64; do \
9696
echo "📦 Building for architecture: $$arch"; \
97-
buildah build --arch=$$arch --os=linux -t $(IMG)-$$arch . || exit 1; \
97+
buildah build --arch=$$arch --os=linux --layers -t $(IMG)-$$arch . || exit 1; \
9898
echo "🚀 Pushing image: $(IMG)-$$arch"; \
9999
buildah push $(IMG)-$$arch docker://$(IMG)-$$arch || exit 1; \
100100
done; \

0 commit comments

Comments
 (0)