Jerry il y a 5 ans
Parent
commit
76cf84a858
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .drone.yml

+ 4 - 0
.drone.yml

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