Browse Source

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

Yann Stepienik 2 years ago
parent
commit
a1c8e45441
1 changed files with 2 additions and 2 deletions
  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: