Hey all, I have an airgapped 3 node rke2 cluster that was running 1.30.2+rke2r1 and I was beginning to upgrade to 1.34 latest release. My understanding is that I have to go through 1.31, then 1.32, then 1.33, then finally 1.34. I downloaded the artifacts for the upgrade, drained the first node, copied the images into /var/lib/rancher/rke2/agent/images and then started the rke2-server service. However, I mistakenly grabbed rke2-images.linux-arm64.tar.gz instead of rke2-images.linux-amd64.tar.gz and I was getting a docker exec format error. I have since grabbed the correct architecture and placed it in the /var/lib/rancher/rke2/agent/images folder and started the rke2-server service but it's still getting the same error. I think it's because it's skipping some step that it thinks it previously did with the arm image. Is there a way for me to resolve this?