Skip to content

Commit b43deb4

Browse files
committed
Fix typo
1 parent b911525 commit b43deb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ name: arm32_gcc_make
2828

2929
platform:
3030
os: linux
31-
arch: arm64
31+
arch: arm
3232

3333
steps:
3434
- name: Build and Test
35-
image: ubuntu:18.04
35+
image: ubuntu:19.04
3636
environment:
3737
CC: gcc
3838
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV6 NUM_THREADS=32'

0 commit comments

Comments
 (0)