Fix typo
authorIsuru Fernando <isuruf@gmail.com>
Sun, 12 May 2019 20:25:45 +0000 (15:25 -0500)
committerIsuru Fernando <isuruf@gmail.com>
Sun, 12 May 2019 20:26:18 +0000 (15:26 -0500)
.drone.yml

index aa9e129..7799129 100644 (file)
@@ -28,11 +28,11 @@ name: arm32_gcc_make
 
 platform:
   os: linux
-  arch: arm64
+  arch: arm
 
 steps:
 - name: Build and Test
-  image: ubuntu:18.04
+  image: ubuntu:19.04
   environment:
     CC: gcc
     COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV6 NUM_THREADS=32'