CI: Use bleeding-edge toolchain from Arch.
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 7 Dec 2018 10:27:46 +0000 (21:27 +1100)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 7 Dec 2018 10:27:46 +0000 (21:27 +1100)
.drone.yml

index aac2af4..b68b8ba 100644 (file)
@@ -3,16 +3,16 @@ name: default
 
 steps:
 - name: Projects
 
 steps:
 - name: Projects
-  image: abcminiuser/docker-ci-avr8-toolchain
+  image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
   commands:
   - make -j --quiet all
 
 - name: Bootloaders
   commands:
   - make -j --quiet all
 
 - name: Bootloaders
-  image: abcminiuser/docker-ci-avr8-toolchain
+  image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
   commands:
   - make --quiet -C Maintenance bootloaders
 
 - name: Tests
   commands:
   - make --quiet -C Maintenance bootloaders
 
 - name: Tests
-  image: abcminiuser/docker-ci-avr8-toolchain
+  image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
   commands:
   - make --quiet -C BuildTests all
   commands:
   - make --quiet -C BuildTests all