Skip to content

Commit

Permalink
fix(build-image): Default to fsync-ba
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
  • Loading branch information
EyeCantCU committed Sep 22, 2024
1 parent 771f1fc commit 3e39513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just_scripts/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 3e39513

Please sign in to comment.