[CircleCI] Fix build
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 31 Oct 2017 20:25:46 +0000 (14:25 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 31 Oct 2017 20:25:46 +0000 (14:25 -0600)
Fixes https://github.com/behdad/harfbuzz/issues/589

.circleci/config.yml

index 5ce76327843f195510d195009976f13c088f0769..7135b853ee5d204f53f62275d50020b175626794 100644 (file)
@@ -25,9 +25,9 @@ jobs:
       - run: apt update && apt install ragel
       - run: cmake -Bbuild -H. -GNinja && ninja -Cbuild
 
-  android-arm64:
+  linux-arm64:
     docker:
-      - image: dockcross/android-arm64
+      - image: dockcross/linux-arm64
     steps:
       - checkout
       - run: apt update && apt install ragel
@@ -56,6 +56,6 @@ workflows:
       - base
       - android-arm
       - browser-asmjs
-      - android-arm64
+      - linux-arm64
       - linux-mips
       - windows-x64