From 142d89f3fce3bb82583b2734d7e72c8e0b64efb2 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Sat, 1 May 2021 12:25:14 +0000 Subject: [PATCH] modify drone CI on arm32 platform --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4009b563b4..9930e81416 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,7 +82,7 @@ platform: steps: - name: build - image: gcc + image: gccarm32v7/ubuntu:bionic commands: - apt-get update - apt-get install -y cmake build-essential -- GitLab