Skip to content

Commit 517328f

Browse files
committed
Fix Makefile
1 parent 5a02d68 commit 517328f

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
@@ -53,7 +53,7 @@ bib_image:
5353
-v ./output/config.toml:/config.toml:ro \
5454
-v /var/lib/containers/storage:/var/lib/containers/storage \
5555
quay.io/centos-bootc/bootc-image-builder:latest \
56-
--type iso \
56+
--type $(IMAGE_TYPE) \
5757
--use-librepo=$$LIBREPO \
5858
--progress verbose \
5959
$(IMAGE_NAME)

0 commit comments

Comments
 (0)