Enable arm64 for Drone CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bea 2023-01-16 01:47:58 +01:00
parent 8b1c1b4d04
commit c9d69c512c

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: