diff --git a/.drone.yml b/.drone.yml index 41b799b..86d4412 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,9 @@ kind: pipeline type: docker name: build-and-push +platform: + os: linux + arch: arm64 steps: - name: test @@ -73,4 +76,4 @@ steps: - main - master depends_on: - - build + - build \ No newline at end of file