Skip to content

Commit 82003cd

Browse files
committed
refactor(ci): run on arm and skip feature branches in favor of PRs
1 parent 634fc69 commit 82003cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.drone.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ kind: pipeline
33
type: docker
44
name: default
55

6+
platform:
7+
os: linux
8+
arch: arm64
9+
610
trigger:
11+
branch:
12+
- main
713
event:
814
- push
915
- pull_request

0 commit comments

Comments
 (0)