Browse Source

ci: fully disable snap for arm64 (#1028)

Baptiste Augrain 3 years ago
parent
commit
becd52f518
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/linux.yml

+ 1 - 1
.github/workflows/linux.yml

@@ -107,7 +107,7 @@ jobs:
       matrix:
         platform:
         - amd64
-        - arm64
+        # - arm64
 
     steps:
       - uses: actions/checkout@v2