Updated .drone.yml platform to amd64 from arm64

This commit is contained in:
Bastian de Byl
2020-10-07 23:46:32 -04:00
parent 46940a6fa8
commit ff9c519dc5

View File

@@ -3,10 +3,6 @@ kind: pipeline
type: docker type: docker
name: default name: default
platform:
os: linux
arch: arm
steps: steps:
- name: lint - name: lint
image: bdebyl/yamllint image: bdebyl/yamllint
@@ -19,6 +15,6 @@ trigger:
- pull_request - pull_request
--- ---
kind: signature kind: signature
hmac: 4280c0f368f066e7c24573ae80777b3a7f8f6483a643f7843388a50529379c71 hmac: 7e505a3615347898a4858753d4bcc19295548c84278e48eb68cfff38dfe1eed6
... ...