mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-25 18:17:54 +00:00
fix(build-image): Default to fsync-ba
Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
This commit is contained in:
parent
771f1fcfa8
commit
3e395131b4
@ -37,7 +37,7 @@ $container_mgr build -f Containerfile \
|
||||
--build-arg="BASE_IMAGE_NAME=${base_image}" \
|
||||
--build-arg="BASE_IMAGE_FLAVOR=${flavor}" \
|
||||
--build-arg="IMAGE_FLAVOR=${flavor}" \
|
||||
--build-arg="KERNEL_FLAVOR=fsync" \
|
||||
--build-arg="KERNEL_FLAVOR=fsync-ba" \
|
||||
--build-arg="SOURCE_IMAGE=${base_image}-${flavor}" \
|
||||
--build-arg="FEDORA_MAJOR_VERSION=${latest}" \
|
||||
--target="${target}" \
|
||||
|
Loading…
Reference in New Issue
Block a user