diff --git a/.drone.yml b/.drone.yml index 9930e81416..eb1601fd3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: gcc + image: ubuntu:focal commands: - apt-get update - apt-get install -y cmake build-essential git @@ -82,7 +82,7 @@ platform: steps: - name: build - image: gccarm32v7/ubuntu:bionic + image: arm32v7/ubuntu:bionic commands: - apt-get update - apt-get install -y cmake build-essential