Hi guys.
I’m trying to run the Drone on my s390x IBM Z mainframe.
The drone runner I built for s390x arch is successfully running on the machine right now. but when I try to actually run something, the drone gives linter: unsupported architecture: s390x
error. It seems like the s390x arch is not defined as a “supported arch” on the drone system level.
Is there a way to solve this?
Thanks.