Browse Source

adding platform routing for arm64

Sean OMeara 3 years ago
parent
commit
726ffddce2
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .drone.yml

+ 8 - 0
.drone.yml

@@ -46,6 +46,10 @@ steps:
     commands:
       - ./ci/scripts/build.sh linux arm64 $${DRONE_COMMIT_SHA}
 
+platform:
+  os: linux
+  arch: arm64
+      
 image_pull_secrets:
   - dockerconfigjson
 
@@ -54,6 +58,10 @@ kind: pipeline
 type: docker
 name: build armv7
 
+platform:
+  os: linux
+  arch: arm64
+
 clone:
   depth: 1