Around 1/13-1/15 our CI builds using the alpine:latest image for arm32 started failing when running commands such as uname and apk. It seems to correspond with the release of the 1.13 image. The arm64 builds using the alpine:latest image still work fine.
I've already mentioned this on the Drone gitter, and this seems to be an issue with the alpine docker image for arm32 rather than a Drone cloud setup issue.
Around 1/13-1/15 our CI builds using the
alpine:latest
image for arm32 started failing when running commands such asuname
andapk
. It seems to correspond with the release of the 1.13 image. The arm64 builds using thealpine:latest
image still work fine.Sample failing build for sudo: https://cloud.drone.io/GMLC-TDC/HELICS/7238/1/2
Sample failing build for uname: https://cloud.drone.io/GMLC-TDC/HELICS/7237/1/2
Sample failing build for apk update: https://cloud.drone.io/GMLC-TDC/HELICS/7239/1/3
Workflow file showing the commands run: https://github.com/GMLC-TDC/HELICS/blob/develop/.ci/.drone.yml
I've already mentioned this on the Drone gitter, and this seems to be an issue with the alpine docker image for arm32 rather than a Drone cloud setup issue.