Jerry 6 years ago
parent
commit
76cf84a858
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .drone.yml

+ 4 - 0
.drone.yml

@@ -2,6 +2,10 @@ kind: pipeline
 type: docker
 name: gopay
 
+platform:
+  os: linux
+  arch: amd64
+
 steps:
   - name: test
     image: golang:1.13