diff --git a/.drone.yml b/.drone.yml index 979a937..2595d0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,10 @@ kind: pipeline name: build +type: exec + +platform: + os: linux + arch: amd64 clone: skip_verify: true @@ -22,6 +27,6 @@ trigger: repo: - witten/mediagoblin-docker branch: - - master + - main event: - push