瀏覽代碼

[release] v 0.3.4 - fix arm (trying smtg else)

Yann Stepienik 2 年之前
父節點
當前提交
a1c8e45441
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -59,8 +59,8 @@ jobs:
           command: sh docker.sh
 
   buildarm:
-    machine: # executor type
-      image: ubuntu-2004:202010-01 # # recommended linux image - includes Ubuntu 20.04, docker 19.03.13, docker-compose 1.27.4
+    machine:
+      image: ubuntu-2004:202101-01
     resource_class: arm.medium
 
     steps: