Updated .drone.yml platform to amd64 from arm64

This commit is contained in:
Bastian de Byl
2020-10-07 23:45:10 -04:00
parent d443113044
commit 684cbfe425

View File

@@ -2,10 +2,6 @@
kind: pipeline kind: pipeline
name: default name: default
platform:
os: linux
arch: arm
steps: steps:
- name: gate-master - name: gate-master
image: bdebyl/alpine-git image: bdebyl/alpine-git
@@ -52,6 +48,6 @@ steps:
- master - master
--- ---
kind: signature kind: signature
hmac: a821d506cff9da2cfcbeabc287e1537fad8f85223b12b0ccfb6701964002417f hmac: 0edbfaae0b821372a0bf9b0b49b43b2f322daf73c97d1e128c1ec0ed54136c60
... ...