From 684cbfe425cf42c137ae1dee412a54597395e11c Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Wed, 7 Oct 2020 23:45:10 -0400 Subject: [PATCH] Updated .drone.yml platform to amd64 from arm64 --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index cac4c19..482c620 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,6 @@ kind: pipeline name: default -platform: - os: linux - arch: arm - steps: - name: gate-master image: bdebyl/alpine-git @@ -52,6 +48,6 @@ steps: - master --- kind: signature -hmac: a821d506cff9da2cfcbeabc287e1537fad8f85223b12b0ccfb6701964002417f +hmac: 0edbfaae0b821372a0bf9b0b49b43b2f322daf73c97d1e128c1ec0ed54136c60 ...