Browse Source

Fix typo

tags/v0.3.7
Isuru Fernando 6 years ago
parent
commit
b43deb4ad6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@@ -28,11 +28,11 @@ name: arm32_gcc_make


platform: platform:
os: linux os: linux
arch: arm64
arch: arm


steps: steps:
- name: Build and Test - name: Build and Test
image: ubuntu:18.04
image: ubuntu:19.04
environment: environment:
CC: gcc CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV6 NUM_THREADS=32' COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV6 NUM_THREADS=32'


Loading…
Cancel
Save