Browse Source

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

Yann Stepienik 2 năm trước cách đây
mục cha
commit
a1c8e45441
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: