Why is my matrix variable not making it to build args?

https://cloud.drone.io/baxterworks-build/musl-cross-make/12/1/2

The log shows --build-arg TARGET= (no value) being sent to docker, where I’d expect the ${TRIPLET} value to be substituted in here.

Am I misunderstanding how the matrix declaration works? What’s going on here?

the matrix block is not supported in Drone 1.x. See Porting matrix builds to 1.0 multi-machine pipelines

1 Like