diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 3d5e6e5..20bb7c0 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -119,8 +119,6 @@ jobs:
           SNAP_STORE_LOGIN: ${{ secrets.SNAP_STORE_LOGIN }}
 
       - uses: docker/setup-qemu-action@v1
-        with:
-          image: tonistiigi/binfmt@sha256:df15403e06a03c2f461c1f7938b171fda34a5849eb63a70e2a2109ed5a778bde
         if: env.SHOULD_DEPLOY == 'yes'
 
       - uses: diddlesnaps/snapcraft-multiarch-action@v1
diff --git a/stores/snapcraft/check_version.sh b/stores/snapcraft/check_version.sh
index c74d5e8..42f1ba5 100755
--- a/stores/snapcraft/check_version.sh
+++ b/stores/snapcraft/check_version.sh
@@ -35,7 +35,6 @@ else
 
     snap version
     snap info codium
-    snap connections codium
   fi
 fi