Enable arm64 for Drone CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2023-01-16 01:47:58 +01:00
parent 8b1c1b4d04
commit c9d69c512c
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
kind: pipeline
type: docker
name: build
platform:
os: linux
arch: arm64
trigger:
branch:
@ -40,6 +43,9 @@ steps:
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
trigger:
event: