所以我们试图在Heroku上部署一个GitLab跑步者。首先我们尝试创建一个docker镜像但是失败了,因为我们无法在我们的Windows机器上运行docker(必须使用无法工作的Docker Toolbox ......)。然后我们尝试克隆GitLab跑步者回购并简单地将其推送到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'
任何人都知道我们如何才能做到这一点?