fix: permissions on qemu image resize
Fixes a permission denied when running QEMU with remote execution. Because bazel creates files as read-only under bazel-out, the chmod is needed in order for the image to be resized.
Edited by Eddy Seager
Fixes a permission denied when running QEMU with remote execution. Because bazel creates files as read-only under bazel-out, the chmod is needed in order for the image to be resized.