所以我们试图在Heroku上部署一个GitLab运行器 . 首先,我们尝试创建一个docker镜像,但失败了,因为我们无法让docker在我们的Windows机器上运行(必须使用无效的Docker Toolbox ......) . 然后我们尝试克隆GitLab runner repo并简单地将其推送到Heroku,但之后会发生这种情况:

remote:  !     Push rejected, failed to compile Go app.
remote:
remote:  !     Push failed
remote: Verifying deploy...
remote:
remote: !       Push rejected to pum-gitlab-runner.
remote:
To https://git.heroku.com/pum-gitlab-runner.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/pum-gitlab-runner.git'

任何人都知道我们如何才能做到这一点?