From eec8175b66c7baa4d0b3c6d3871f970e6664f9ca Mon Sep 17 00:00:00 2001 From: wangwei2 <153692772@qq.com> Date: Tue, 28 Feb 2023 17:08:10 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7b0ad92..adcd795 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,11 +4,11 @@ type: docker name: 1 platform: os: linux - arch: amd64 + arch: arm64 steps: - name: 编译构建 - image: python + image: 3.10-alpine commands: - echo ****hhh**** - pip install -r requirements.txt