-
-
Notifications
You must be signed in to change notification settings - Fork 265
Update deploy_docker.sh #716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The only thing we need to check is the docker build process, which is only triggered if we create a release :/ |
Ah no, so the problem is deeper than I thought. Since the Docker image is just copying the process, which is specific for amd64. I will investigate and return back to you later |
Sorry, which process are you talking about? |
I guess the right thing to do is having a standalone Dockerfile as in #206. We can use the multi-stage build technique to keep the image size as small as possible (probably approximately equal to the current one) so your concern in this #206 (comment) is solved |
Sorry, I mean the output of the CI process, the |
But the zip file should contain only python files, which are supposed to be platform independent |
I missed that part. Could you trigger the docker build ? |
I'm trying to make docker image work for PRs |
@vnghia there is an error:
|
Is there a way I can test it on my PR ? |
can you try pushing any changes from your PR? I made a change to travis, probably it should build your PR now |
Still not running, but adding three lines here is good I think: https://github.com/bugy/script-server/pull/715/files#diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485 |
Can you show me the log :/ |
btw, I gave you access to this repo, you can try doing changes in my branch |
I see the log now, Travis blocked me while I am on VPN :/ |
hmm it seems that the CI won't run if there are my trace in the PR, maybe because I am a new contributor and it won't run unless you have to approve the PR once ? |
@vnghia I triggered the build manually and it worked! Could you try running arm docker container, please? |
It's working! Actually, you can test it on your own computer with |
Cool, thanks! Could you apply the same changes to your PR please? And then we merge it |
Done ! |
No description provided.