I am running the drone/drone:0.9.0-alpha.4-linux-arm image on an ARM device. When Github issues a webhook for a commit, Drone is returning the following error.
With Postgres:
{"message":"pq: value \"-62135596800\" is out of range for type integer"}
With MySQL:
Error 1264: Out of range value for column 'build_timestamp' at row 1
With the default sqlite driver, it works.
(I created a fresh installation each time.)