From 22f6ff282429da4e08501b58e55835e3a1b27d5c Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Sat, 1 May 2021 12:27:09 +0000 Subject: [PATCH] update --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- GitLab