Skip to content

Commit

Permalink
Merge pull request #3589 from balena-os/mtoman/flasher-dep
Browse files Browse the repository at this point in the history
balena-image-flasher: depend on balena-image:do_image_complete
  • Loading branch information
flowzone-app[bot] authored Jan 8, 2025
2 parents 6917dad + aa03022 commit 16c5474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IMAGE_FSTYPES = "balenaos-img"
BALENA_ROOT_FSTYPE = "ext4"

# Make sure you have the resin image ready
do_image_balenaos_img[depends] += "balena-image:do_rootfs balena-image:do_sign_digest"
do_image_balenaos_img[depends] += "balena-image:do_image_complete"

# Ensure we have the raw balena image ready in DEPLOY_DIR_IMAGE
do_image[depends] += "balena-image:do_image_complete"
Expand Down

0 comments on commit 16c5474

Please sign in to comment.