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